summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScore_Under2020-12-29 19:30:01 +0000
committerScore_Under2020-12-29 19:30:01 +0000
commitc72fe2088d36890afaf54ecc59f3f9fd69e846b1 (patch)
treeae210f24edd6206dd9977320fd0bd05b252754d4
parent891475247fd69248960b60073fb653f93e5b2a46 (diff)
downloadaur-c72fe2088d36890afaf54ecc59f3f9fd69e846b1.tar.gz
Remove galib247.tgz dep (http timeout)
The developer provides their own fork of galib. I'm still not sure of the best way to clone the galib repository while playing nicely with makepkg's cache so I just reference the branch directly.
-rw-r--r--PKGBUILD10
1 files changed, 2 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0062e8ecaf76..922af730b396 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,9 +11,8 @@ license=('GPL3')
depends=(libzopfli zlib libdeflate)
makedepends=('git')
source=(git+https://github.com/jibsen/pngwolf-zopfli.git
- http://lancet.mit.edu/ga/dist/galib247.tgz)
-md5sums=('SKIP'
- '2b6a28fd06d4c7c4d0bb39c92b2b376c')
+ git+https://github.com/jibsen/galib.git#branch=pngwolf-support)
+md5sums=(SKIP SKIP)
provides=('pngwolf')
conflicts=('pngwolf')
@@ -23,11 +22,6 @@ pkgver() {
printf '0.r%s.%s' "$(git rev-list HEAD --count)" "$(git rev-parse --short HEAD)"
}
-prepare() {
- mv galib247 galib
- patch -Np1 -i pngwolf-zopfli/galib247.patch
-}
-
build() {
cd pngwolf-zopfli
# Yes I know how morally wrong that awk is. What's worse is compiling it "by