From 56f6ab488c213bd54acbe33aae23c57f6543be9b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 25 Nov 2018 18:00:18 +0100 Subject: community/hq: added patch for compiling on 32-bit --- community/hq/PKGBUILD | 7 +++++++ community/hq/hq-ia32.patch | Bin 0 -> 457 bytes 2 files changed, 7 insertions(+) create mode 100644 community/hq/PKGBUILD create mode 100644 community/hq/hq-ia32.patch (limited to 'community') diff --git a/community/hq/PKGBUILD b/community/hq/PKGBUILD new file mode 100644 index 00000000..4e22d247 --- /dev/null +++ b/community/hq/PKGBUILD @@ -0,0 +1,7 @@ +# see upstream https://github.com/coderobe/hq/pull/1 +source+=('hq-ia32.patch') +md5sums+=('3cecc7f3b1bbe96f6c3a1609730ba574') +prepare() { + cd "${pkgname}" + patch -Np1 -i ../hq-ia32.patch +} diff --git a/community/hq/hq-ia32.patch b/community/hq/hq-ia32.patch new file mode 100644 index 00000000..07a924e0 Binary files /dev/null and b/community/hq/hq-ia32.patch differ -- cgit v1.2.3-54-g00ecf