From db85b349ee8501669c0f8a61371b233e307a332b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 9 Dec 2018 13:08:44 +0100 Subject: community/exa: patching Ascii deprecation (fixed upstream) --- community/exa/PKGBUILD | 9 +++++++++ community/exa/exa-ascii-deprecated.patch | Bin 0 -> 572 bytes 2 files changed, 9 insertions(+) create mode 100644 community/exa/PKGBUILD create mode 100644 community/exa/exa-ascii-deprecated.patch 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 +} diff --git a/community/exa/exa-ascii-deprecated.patch b/community/exa/exa-ascii-deprecated.patch new file mode 100644 index 00000000..e4cddd6a Binary files /dev/null and b/community/exa/exa-ascii-deprecated.patch differ -- cgit v1.2.3-54-g00ecf