summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRui Zhao (renyuneyun)2017-05-28 19:37:13 +0100
committerRui Zhao (renyuneyun)2017-05-28 19:37:13 +0100
commit740cb50f332e87d2717e9fd80adb24e6b08a1666 (patch)
tree652f31f0fb4e79fc80fe71169996316d46d3a9e6
parent709b753b3c6f33f388940d8ae246211266f0d48f (diff)
downloadaur-740cb50f332e87d2717e9fd80adb24e6b08a1666.tar.gz
update to v0.2.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3198d0fab810..6aa18a54171d 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.1.5
+ pkgver = 0.2.0
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#commit=6c49b205cbc39aeb4fc0ae5b5fc96cad179fae89
+ source = git+https://gitlab.com/renyuneyun/pacman-ps#tag=v0.2.0
source = pacman-ps.install
sha1sums = SKIP
sha1sums = 53dcfea595c1c59cd47ae45c7f083e3e03a5e219
diff --git a/PKGBUILD b/PKGBUILD
index 16095b860166..9f42544a2f99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# https://www.gnu.org/licenses/gpl-2.0.html
pkgname=('pacman-pstatus')
-pkgver=0.1.5
+pkgver=0.2.0
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#commit=6c49b205cbc39aeb4fc0ae5b5fc96cad179fae89'
+source=('git+https://gitlab.com/renyuneyun/pacman-ps#tag=v0.2.0'
'pacman-ps.install')
sha1sums=('SKIP'
'53dcfea595c1c59cd47ae45c7f083e3e03a5e219')