summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiab Neiroukh2020-04-14 00:22:41 +0100
committerDiab Neiroukh2020-04-14 00:22:41 +0100
commit5838aedc9c778f9a52ff1977a5d064038c569d41 (patch)
tree90d6c5911f226fc6f715de7557ef6cae68c59794
parent343dcb209887cc392e8242d9c821db69741b1056 (diff)
downloadaur-5838aedc9c778f9a52ff1977a5d064038c569d41.tar.gz
🚀 RELEASE: Refactor PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cabd1fd39e97..22a5a434a743 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zlib-ng-git
pkgdesc = zlib replacement with optimizations for "next generation" systems
pkgver = 1.9.9
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/zlib-ng/zlib-ng
arch = any
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 477971f5ffc1..b8767055023b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="zlib-ng-git"
pkgver=1.9.9
-pkgrel=2
+pkgrel=3
pkgdesc="zlib replacement with optimizations for \"next generation\" systems"
arch=("any")
url="https://github.com/zlib-ng/zlib-ng"
@@ -32,10 +32,10 @@ check()
package()
{
- install -D "zlib-ng.conf" "${pkgdir}/etc/ld.so.conf.d/zlib-ng.conf"
+ install -D -m644 "zlib-ng.conf" "${pkgdir}/etc/ld.so.conf.d/zlib-ng.conf"
cd "zlib-ng"
make install DESTDIR="${pkgdir}"
- install -D "LICENSE.md" "${pkgdir}/usr/share/licenses/zlib-ng/LICENSE"
+ install -D -m644 "LICENSE.md" "${pkgdir}/usr/share/licenses/zlib-ng/LICENSE"
}