summaryrefslogtreecommitdiff
path: root/community/exa/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-01-21 10:10:08 +0100
committerErich Eckner <git@eckner.net>2019-01-21 10:10:08 +0100
commit826946fc5850f99f21151d575e3d01c2180c8881 (patch)
tree57952daf8f036922a378ddf251fba244283cf15e /community/exa/PKGBUILD
parentb1ef18278ba295fcddd30751d8294e76e638724e (diff)
parent500ec8d4e6dc3f4ee834c1dd9f4dc5bc43e37196 (diff)
downloadpackages-826946fc5850f99f21151d575e3d01c2180c8881.tar.xz
Merge branch 'master' into i486
Diffstat (limited to 'community/exa/PKGBUILD')
-rw-r--r--community/exa/PKGBUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/community/exa/PKGBUILD b/community/exa/PKGBUILD
new file mode 100644
index 00000000..1de368f8
--- /dev/null
+++ b/community/exa/PKGBUILD
@@ -0,0 +1,9 @@
+# fixed in git upstream
+
+source+=('exa-ascii-deprecated.patch')
+md5sums+=('ce36630a183f5d5be9f1a334bdf8a7cc')
+
+prepare() {
+ cd "$pkgname"
+ patch -Np1 -i ../exa-ascii-deprecated.patch
+}