summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-08-14 13:36:27 +0800
committerChocobo12023-08-14 13:36:27 +0800
commita8e24b9ed1069aeb59d9850e7500df661892cfc8 (patch)
tree1e4cfe175fa84d08789abe099e2c2669480e63b5
parent2d6891566b98582821564018ef6117c3a1013882 (diff)
downloadaur-a8e24b9ed1069aeb59d9850e7500df661892cfc8.tar.gz
upgpkg: zlib-ng-compat 2.1.3-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbcc9ada8a96..542beb624ba3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = zlib-ng-compat
pkgdesc = zlib replacement with optimizations for 'next generation' systems (replaces zlib)
pkgver = 2.1.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/zlib-ng/zlib-ng
+ arch = aarch64
arch = i686
arch = x86_64
license = custom:zlib
diff --git a/PKGBUILD b/PKGBUILD
index c6888bb9e5cb..f5a315fc25a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=zlib-ng-compat
pkgver=2.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="zlib replacement with optimizations for 'next generation' systems (replaces zlib)"
-arch=('i686' 'x86_64')
+arch=('aarch64' 'i686' 'x86_64')
url="https://github.com/zlib-ng/zlib-ng"
license=('custom:zlib')
depends=('glibc')