summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenyuneyun (Rui Zhao)2022-08-09 14:53:27 +0100
committerrenyuneyun (Rui Zhao)2022-08-09 14:55:30 +0100
commitc30c86be16fe0110acf559c93b8137e7866a0f9b (patch)
tree6e7d1c1828a028e622a839c3ba490e0b36bab4c7
parentb6b9a29504a7e39a998e9b8fa644f94ea7e74980 (diff)
downloadaur-pacman-pstatus.tar.gz
Update Arch package info for AUR for v0.3.1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8f2e13cd33b..3f2db6e22c84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.3.0
+ pkgver = 0.3.1
pkgrel = 1
url = https://gitlab.com/renyuneyun/pacman-ps
install = pacman-ps.install
@@ -10,8 +10,7 @@ pkgbase = pacman-pstatus
depends = python
conflicts = pacman-ps
options = !strip
- source = git+https://gitlab.com/renyuneyun/pacman-ps#tag=v0.3.0
+ source = git+https://gitlab.com/renyuneyun/pacman-ps#tag=v0.3.1
md5sums = SKIP
pkgname = pacman-pstatus
-
diff --git a/PKGBUILD b/PKGBUILD
index 538b80538ddd..bcf7c5a0edd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# https://www.gnu.org/licenses/gpl-2.0.html
pkgname=pacman-pstatus
-pkgver=0.3.0
+pkgver=0.3.1
pkgrel=1
arch=('any')
url='https://gitlab.com/renyuneyun/pacman-ps'