summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2021-01-20 01:40:29 +0300
committerorhun2021-01-20 01:40:29 +0300
commit822477e6b7b5fdc6276629f97692704b91d864c1 (patch)
tree6f255a8d63059314bb3b4123f0401cbf202206a3
parent885349a36f0bd1a9ff84789435ca1ed062bed77a (diff)
downloadaur-822477e6b7b5fdc6276629f97692704b91d864c1.tar.gz
upgpkg: zps-git 1.2.4.r0.gab6e762-1
upstream release
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb602df89f01..48eccb50553b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zps-git
pkgdesc = A small utility for listing and reaping zombie processes (git)
- pkgver = 1.2.3.r0.g9d08c49
- pkgrel = 3
+ pkgver = 1.2.4.r0.gab6e762
+ pkgrel = 1
url = https://github.com/orhun/zps
arch = x86_64
license = GPL3
@@ -14,4 +14,3 @@ pkgbase = zps-git
sha256sums = SKIP
pkgname = zps-git
-
diff --git a/PKGBUILD b/PKGBUILD
index b082a8988a79..47da9b4633ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# https://github.com/orhun/pkgbuilds
pkgname=zps-git
-pkgver=1.2.3.r0.g9d08c49
-pkgrel=3
+pkgver=1.2.4.r0.gab6e762
+pkgrel=1
pkgdesc="A small utility for listing and reaping zombie processes (git)"
arch=('x86_64')
url="https://github.com/orhun/zps"
@@ -31,4 +31,5 @@ package() {
cd "${pkgname%-git}/build"
make DESTDIR="$pkgdir" install
install -Dm 644 "../README.md" -t "$pkgdir/usr/share/doc/$pkgname"
+ install -Dm 644 "../man/${pkgname%-git}.1" -t "$pkgdir/usr/share/man/man1"
}