diff options
-rw-r--r-- | main/gd/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/gd/APKBUILD b/main/gd/APKBUILD index 8b7980a4fe..9a5ffe91c0 100644 --- a/main/gd/APKBUILD +++ b/main/gd/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=gd pkgver=2.2.5 -pkgrel=2 +pkgrel=3 _pkgreal=lib$pkgname pkgdesc="Library for the dynamic creation of images by programmers" url="https://libgd.github.io/" @@ -19,7 +19,7 @@ source="https://github.com/$_pkgreal/$_pkgreal/releases/download/$pkgname-$pkgve " builddir="$srcdir/$_pkgreal-$pkgver" case "$CARCH" in - aarch64|x86) options="!check" ;; # https://github.com/libgd/libgd/issues/359 + aarch64|x86|ppc64le|s390x) options="!check" ;; # https://github.com/libgd/libgd/issues/359 esac # secfixes: |