summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCassandra Watergate2022-11-25 14:14:39 +0200
committerCassandra Watergate2022-11-25 14:14:39 +0200
commit60aa7f12a9e7f1899b463e212cb4ad2888667b36 (patch)
tree0d31fded078b0032932e19857d9c7d406672cd04 /PKGBUILD
parent80483a3babc7863a11b187b28fab70a9d3015240 (diff)
downloadaur-60aa7f12a9e7f1899b463e212cb4ad2888667b36.tar.gz
add manpages
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}
}