summaryrefslogtreecommitdiff
path: root/community/exa/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-12-09 13:08:44 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-12-09 13:08:44 +0100
commitdb85b349ee8501669c0f8a61371b233e307a332b (patch)
tree7d4d15b5940078bbfd4653516f2e7a8d50d7c25d /community/exa/PKGBUILD
parenta815a677084dcae8176fb3ada4b6b96cb0ec0fa3 (diff)
downloadpackages-db85b349ee8501669c0f8a61371b233e307a332b.tar.xz
community/exa: patching Ascii deprecation (fixed upstream)
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
+}