summaryrefslogtreecommitdiff
path: root/community/exa/PKGBUILD
blob: 1de368f8122bffca602418ac71845d480526a533 (plain)
1
2
3
4
5
6
7
8
9
# fixed in git upstream

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

prepare() {
  cd "$pkgname"
  patch -Np1 -i ../exa-ascii-deprecated.patch
}