From c76ab2cf1976a432d24899168e34381f97a431b1 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 16 Nov 2018 14:55:36 +0100 Subject: community/grim: add temporary fix for type mismatch --- community/grim/PKGBUILD | 7 +++++++ .../grim/bced8c88165bd15cf97d3b55a9241b0a6ee1fe3c.patch | Bin 0 -> 2733 bytes 2 files changed, 7 insertions(+) create mode 100644 community/grim/PKGBUILD create mode 100644 community/grim/bced8c88165bd15cf97d3b55a9241b0a6ee1fe3c.patch (limited to 'community') diff --git a/community/grim/PKGBUILD b/community/grim/PKGBUILD new file mode 100644 index 00000000..4c7f6cf1 --- /dev/null +++ b/community/grim/PKGBUILD @@ -0,0 +1,7 @@ +# temporary fix for type mismatch +source+=('bced8c88165bd15cf97d3b55a9241b0a6ee1fe3c.patch') +sha256sums+=('9614a426ac697cacbb7e08f6d5a12466071052d7ae14ef31a05e51d50f510de1') +prepare() { + cd "$pkgname" + patch -p1 -i '../bced8c88165bd15cf97d3b55a9241b0a6ee1fe3c.patch' +} diff --git a/community/grim/bced8c88165bd15cf97d3b55a9241b0a6ee1fe3c.patch b/community/grim/bced8c88165bd15cf97d3b55a9241b0a6ee1fe3c.patch new file mode 100644 index 00000000..48afa84f Binary files /dev/null and b/community/grim/bced8c88165bd15cf97d3b55a9241b0a6ee1fe3c.patch differ -- cgit v1.2.3-54-g00ecf