summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12023-06-29 18:19:05 +0800
committerChocobo12023-06-29 18:21:43 +0800
commit960b715ebccc88dc16ebda47bed7c55ac2ba9fc9 (patch)
tree4523f6b120f916952c1643225b7d688cf769940c /PKGBUILD
parent787a7b25c44b5b7f08c59c1609164da36caa6b95 (diff)
downloadaur-zlib-git.tar.gz
upgpkg: zlib-git 1.2.13.r20.g48c3741-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b6d90dc932c..f2bbca53e22b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=zlib-git
pkgver=1.2.13.r20.g48c3741
-pkgrel=1
+pkgrel=2
pkgdesc="A massively spiffy yet delicately unobtrusive compression library (git develop branch)"
arch=('i686' 'x86_64')
url="https://www.zlib.net/"
-license=('ZLIB')
+license=('custom')
depends=('glibc')
makedepends=('git')
provides=("zlib=$pkgver" 'libz.so')
@@ -41,6 +41,5 @@ package() {
make DESTDIR="$pkgdir" install
- sed -n '/Copyright (C) 1995-/,/madler@alumni.caltech.edu/p' "zlib.h" > "_LICENSE"
- install -Dm644 "_LICENSE" "$pkgdir/usr/share/licenses/zlib/LICENSE"
+ install -Dm644 "LICENSE" -t "$pkgdir/usr/share/licenses/zlib"
}