index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/hq/PKGBUILD | 7 |
diff --git a/community/hq/PKGBUILD b/community/hq/PKGBUILD deleted file mode 100644 index 4e22d247..00000000 --- a/community/hq/PKGBUILD +++ /dev/null @@ -1,7 +0,0 @@ -# see upstream https://github.com/coderobe/hq/pull/1 -source+=('hq-ia32.patch') -md5sums+=('3cecc7f3b1bbe96f6c3a1609730ba574') -prepare() { - cd "${pkgname}" - patch -Np1 -i ../hq-ia32.patch -} |