summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-12-12 16:30:58 +0300
committerorhun2020-12-12 16:30:58 +0300
commit91216beb8fbc6e869f860974f06dd47085fa05f4 (patch)
tree549535f900fdf6bc6dac5d06dabd1aaec4a2096d
parent2c1d8998d78a7d35377d3b969a3628165c9a92e2 (diff)
downloadaur-91216beb8fbc6e869f860974f06dd47085fa05f4.tar.gz
upgpkg: zps-git 1.2.3.r0.g9d08c49-3
Add glibc dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97640d8c07a2..cb602df89f01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = zps-git
pkgdesc = A small utility for listing and reaping zombie processes (git)
pkgver = 1.2.3.r0.g9d08c49
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/orhun/zps
arch = x86_64
license = GPL3
makedepends = git
makedepends = cmake
+ depends = glibc
provides = zps
conflicts = zps
source = git+https://github.com/orhun/zps
diff --git a/PKGBUILD b/PKGBUILD
index 877d101d30fb..c36ea0dbc148 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,11 @@
pkgname=zps-git
pkgdesc="A small utility for listing and reaping zombie processes (git)"
pkgver=1.2.3.r0.g9d08c49
-pkgrel=2
+pkgrel=3
arch=('x86_64')
url="https://github.com/orhun/zps"
license=('GPL3')
+depends=('glibc')
makedepends=('git' 'cmake')
conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")