summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab3e506563f0..30bb67d7bef2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = zps-git
pkgdesc = A small utility for listing and reaping zombie processes (git)
- pkgver = 1.2.8.r0.g6693187
+ pkgver = 2.0.0.r0.g76ffe80
pkgrel = 1
url = https://github.com/orhun/zps
arch = x86_64
- license = GPL3
+ license = GPL-3.0-only
makedepends = git
makedepends = cmake
depends = glibc
diff --git a/PKGBUILD b/PKGBUILD
index 13cccc214c1c..f40477d005fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# https://github.com/orhun/pkgbuilds
pkgname=zps-git
-pkgver=1.2.8.r0.g6693187
+pkgver=2.0.0.r0.g76ffe80
pkgrel=1
pkgdesc="A small utility for listing and reaping zombie processes (git)"
arch=('x86_64')
url="https://github.com/orhun/zps"
-license=('GPL3')
+license=('GPL-3.0-only')
depends=('glibc')
makedepends=('git' 'cmake')
conflicts=("${pkgname%-git}")