summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12022-12-08 01:48:57 +0800
committerChocobo12022-12-08 01:48:57 +0800
commitcc59baa65d12c6d20f6aea5d027f908cae3e78f2 (patch)
tree6fa21057bb2aab4df9dafe929013860a9c14fa06
parent395e66b95f5b4678b2fcf3aa2785ea6dbc5ba7a7 (diff)
downloadaur-cc59baa65d12c6d20f6aea5d027f908cae3e78f2.tar.gz
upgpkg: zlib-ng-compat 2.0.6-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 436826fb397a..efe273ae6e00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zlib-ng-compat
pkgdesc = zlib replacement with optimizations for 'next generation' systems (replaces zlib)
pkgver = 2.0.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/zlib-ng/zlib-ng
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 939dcee04ff0..c8b8b9c244ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=zlib-ng-compat
pkgver=2.0.6
-pkgrel=1
+pkgrel=2
pkgdesc="zlib replacement with optimizations for 'next generation' systems (replaces zlib)"
arch=('i686' 'x86_64')
url="https://github.com/zlib-ng/zlib-ng"
@@ -39,5 +39,5 @@ package() {
cd "zlib-ng-$pkgver"
make -C "_build" DESTDIR="$pkgdir" install
- install -Dm644 "LICENSE.md" -t "$pkgdir/usr/share/licenses/zlib-ng"
+ install -Dm644 "LICENSE.md" -t "$pkgdir/usr/share/licenses/zlib-ng-compat"
}