summaryrefslogtreecommitdiff
path: root/community/exa/PKGBUILD
blob: f0d6c23273f997ef472b320a59851249b07716a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# fixed in git upstream

source+=('exa-ascii-deprecated.patch')
md5sums+=('ce36630a183f5d5be9f1a334bdf8a7cc')

eval "$(
  {
    declare -f prepare || \
    printf 'prepare() {\n}\n'
  } \
  | sed '
    $i cd "$srcdir/$pkgname" \
       patch -Np1 -i ../exa-ascii-deprecated.patch
  '
)"