summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRui Zhao (renyuneyun)2018-01-31 11:58:05 +0000
committerRui Zhao (renyuneyun)2018-01-31 11:58:05 +0000
commiteafcb56b1b23587bb79999165dbb2aca4bf86f02 (patch)
tree28fe006bef7389909ef5ac5b10e159ead5631789
parent2ead05e60dfaaf3bcea0d7187f6f9efbed18d4d5 (diff)
downloadaur-eafcb56b1b23587bb79999165dbb2aca4bf86f02.tar.gz
Update license to correctly match the description
-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')