summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-08-10 20:00:15 +0300
committerorhun2020-08-10 20:00:15 +0300
commit3efd7174beddf4fdc3bccb55cc7210d3e599fa2c (patch)
tree3a3860b5418863a5135db975be05eeff624da8c3
parent27ecf608ddd2a5ffb46b86b21e09e2014464af5a (diff)
downloadaur-3efd7174beddf4fdc3bccb55cc7210d3e599fa2c.tar.gz
Update the package details
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04955d906790..a86e6b4c8486 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = zps-git
- pkgdesc = A small utility for listing and reaping zombie processes.
+ pkgdesc = A small utility for listing and reaping zombie processes (git)
pkgver = 1.2.3.r0.g9d08c49
pkgrel = 1
url = https://github.com/orhun/zps
arch = any
license = GPL3
makedepends = cmake
- provides = zps
conflicts = zps
+ conflicts = zps-bin
source = git://github.com/orhun/zps.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 423d13d2ba11..e955d8cc62cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
# Maintainer: orhun <github.com/orhun>
pkgname=zps-git
-pkgdesc="A small utility for listing and reaping zombie processes."
+pkgdesc="A small utility for listing and reaping zombie processes (git)"
pkgver=1.2.3.r0.g9d08c49
pkgrel=1
arch=('any')
url="https://github.com/orhun/zps"
license=('GPL3')
makedepends=('cmake')
-provides=("${pkgname%-git}")
-conflicts=("${pkgname%-git}")
+conflicts=("${pkgname%-git}" "${pkgname%-git}-bin")
source=('git://github.com/orhun/zps.git')
sha256sums=('SKIP')