summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRui Zhao (renyuneyun)2018-07-01 00:36:21 +0100
committerRui Zhao (renyuneyun)2018-07-01 00:36:21 +0100
commitbff27cdf1b347818c3a87a2c46980854f59ef244 (patch)
tree9d4a510f004404810dc11bbefd660086b8dffba9
parent434a67c9da79bd6eddcb6ec36e88659fdb9240ba (diff)
downloadaur-bff27cdf1b347818c3a87a2c46980854f59ef244.tar.gz
Update AUR scripts
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83fc43b0c36e..5cab5ad82dad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = 4
+ pkgver = 0.2.2
+ pkgrel = 1
url = https://gitlab.com/renyuneyun/pacman-ps
install = pacman-ps.install
arch = any
@@ -10,7 +10,7 @@ pkgbase = pacman-pstatus
depends = python
conflicts = pacman-ps
options = !strip
- source = git+https://gitlab.com/renyuneyun/pacman-ps#tag=v0.2.1
+ source = git+https://gitlab.com/renyuneyun/pacman-ps#tag=v0.2.2
md5sums = SKIP
pkgname = pacman-pstatus
diff --git a/PKGBUILD b/PKGBUILD
index 9a7cd7d9cb4d..679fa1ac70c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
# https://www.gnu.org/licenses/gpl-2.0.html
pkgname=('pacman-pstatus')
-pkgver=0.2.1
-pkgrel=4
+pkgver=0.2.2
+pkgrel=1
arch=('any')
url='https://gitlab.com/renyuneyun/pacman-ps'
license=('GPL')