diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-08-09 16:00:12 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-08-09 16:00:12 +0200 |
commit | bb5ec79bf38d91a08448fcdbca991a2c005711ce (patch) | |
tree | c97fecc7e7db4736a3581e985a6ccc1ef5296ed0 /community/hq/PKGBUILD | |
parent | 42a0039782403aa0cda8619a86eb340f677f452c (diff) | |
download | packages-bb5ec79bf38d91a08448fcdbca991a2c005711ce.tar.xz |
build-support: added ffmpeg break-cycle PKGBUILD
Diffstat (limited to 'community/hq/PKGBUILD')
-rw-r--r-- | community/hq/PKGBUILD | 7 |
1 files changed, 0 insertions, 7 deletions
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 -} |