summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2021-06-27 22:09:28 +0300
committerorhun2021-06-27 22:09:28 +0300
commit449f1ef9d6143aeab3a6f1da46a324806e73af96 (patch)
treebade0d515a3fe194e18a652decdb0981060ed88a
parenta049fd1d80a411c05c1da2331ed0494709d771de (diff)
downloadaur-449f1ef9d6143aeab3a6f1da46a324806e73af96.tar.gz
upgpkg: zps-git 1.2.7.r0.g7ba30e1-1
upstream release
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1cdc956b8c4..ce2b062ad618 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zps-git
pkgdesc = A small utility for listing and reaping zombie processes (git)
- pkgver = 1.2.5.r0.ge0353f5
+ pkgver = 1.2.7.r0.g7ba30e1
pkgrel = 1
url = https://github.com/orhun/zps
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6d418f055e72..f06162e50ee3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://github.com/orhun/pkgbuilds
pkgname=zps-git
-pkgver=1.2.5.r0.ge0353f5
+pkgver=1.2.7.r0.g7ba30e1
pkgrel=1
pkgdesc="A small utility for listing and reaping zombie processes (git)"
arch=('x86_64')
@@ -32,4 +32,5 @@ package() {
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"
+ install -Dm 644 "../.application/${pkgname%-git}.desktop" -t "$pkgdir/usr/share/applications"
}