summaryrefslogtreecommitdiff
path: root/community/hq/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-11-25 18:00:18 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-11-25 18:00:18 +0100
commit56f6ab488c213bd54acbe33aae23c57f6543be9b (patch)
tree26022bb631c03a97222d1ce9e552479358d7fa63 /community/hq/PKGBUILD
parent6c7060a32732c67dda887a7976dacc912d340950 (diff)
downloadpackages-56f6ab488c213bd54acbe33aae23c57f6543be9b.tar.xz
community/hq: added patch for compiling on 32-bit
Diffstat (limited to 'community/hq/PKGBUILD')
-rw-r--r--community/hq/PKGBUILD7
1 files changed, 7 insertions, 0 deletions
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
+}