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 6d096144dc5b..bf48f8aa988f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = pacman-pstatus
pkgdesc = Provides a command to identify which running processes have files that have changed on disk. It also provides a pacman hook and pacman-ps to also show which packages own the files that are still open. (forked from samcv's pacman-ps)
pkgver = 0.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/renyuneyun/pacman-ps
install = pacman-ps.install
arch = any
- license = GPLv2
+ license = GPL
makedepends = git
depends = python
conflicts = pacman-ps
diff --git a/PKGBUILD b/PKGBUILD
index 95b8e3fff0f6..d467963b3b44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@
pkgname=('pacman-pstatus')
pkgver=0.2.1
-pkgrel=1
+pkgrel=2
arch=('any')
url='https://gitlab.com/renyuneyun/pacman-ps'
-license=('GPLv2')
+license=('GPL')
depends=('python')
makedepends=('git')
conflicts=('pacman-ps')