summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRui Zhao (renyuneyun)2017-06-27 21:16:51 +0100
committerRui Zhao (renyuneyun)2017-06-27 21:16:51 +0100
commit2ead05e60dfaaf3bcea0d7187f6f9efbed18d4d5 (patch)
tree4353e4e44a7156e6b8c80a95de47a5624fb1d7c7
parent740cb50f332e87d2717e9fd80adb24e6b08a1666 (diff)
downloadaur-2ead05e60dfaaf3bcea0d7187f6f9efbed18d4d5.tar.gz
update ot v0.2.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6aa18a54171d..6d096144dc5b 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.2.0
+ pkgver = 0.2.1
pkgrel = 1
url = https://gitlab.com/renyuneyun/pacman-ps
install = pacman-ps.install
@@ -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.0
+ source = git+https://gitlab.com/renyuneyun/pacman-ps#tag=v0.2.1
source = pacman-ps.install
sha1sums = SKIP
sha1sums = 53dcfea595c1c59cd47ae45c7f083e3e03a5e219
diff --git a/PKGBUILD b/PKGBUILD
index 9f42544a2f99..95b8e3fff0f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# https://www.gnu.org/licenses/gpl-2.0.html
pkgname=('pacman-pstatus')
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
arch=('any')
url='https://gitlab.com/renyuneyun/pacman-ps'
@@ -20,7 +20,7 @@ pkgdesc="Provides a command to identify which running processes have files that
install='pacman-ps.install'
options=('!strip')
-source=('git+https://gitlab.com/renyuneyun/pacman-ps#tag=v0.2.0'
+source=("git+https://gitlab.com/renyuneyun/pacman-ps#tag=v$pkgver"
'pacman-ps.install')
sha1sums=('SKIP'
'53dcfea595c1c59cd47ae45c7f083e3e03a5e219')