summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCassandra Watergate2022-11-25 14:14:39 +0200
committerCassandra Watergate2022-11-25 14:14:39 +0200
commit60aa7f12a9e7f1899b463e212cb4ad2888667b36 (patch)
tree0d31fded078b0032932e19857d9c7d406672cd04
parent80483a3babc7863a11b187b28fab70a9d3015240 (diff)
downloadaur-60aa7f12a9e7f1899b463e212cb4ad2888667b36.tar.gz
add manpages
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 456e75f300a0..660a797c0122 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lunzip
pkgdesc = Lunzip is a decompressor for the lzip format written in C.
pkgver = 1.13
- pkgrel = 2
+ pkgrel = 3
url = https://www.nongnu.org/lzip/lunzip.html
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 21cbf8e587e0..846bed3a5d75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=lunzip
pkgver=1.13
-pkgrel=2
+pkgrel=3
pkgdesc="Lunzip is a decompressor for the lzip format written in C."
url="https://www.nongnu.org/lzip/lunzip.html"
arch=('x86_64' 'i686')
@@ -28,5 +28,5 @@ check() {
package() {
cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
+ make DESTDIR="$pkgdir/" install{,-man}
}