summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel2017-03-15 22:44:59 -0700
committerJoel2017-03-15 22:44:59 -0700
commitd0929e6f34c48167cecf7765f47659402b32fa1e (patch)
treeb83791571f82e3acb3f9024b4da111443596883d
parentcd217c50ab9ee641ab1cf85b96e2d27319930fa8 (diff)
downloadaur-d0929e6f34c48167cecf7765f47659402b32fa1e.tar.gz
updated
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 846878e3e604..1bd1331ec0bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pasystray-gtk2-standalone
pkgdesc = PulseAudio system tray (a replacement for padevchooser gtk2 standalone version)
- pkgver = 0.6.0.r13.gccb5b6e
- pkgrel = 0
+ pkgver = 0.6.0.r21.g183ecfa
+ pkgrel = 1
url = https://github.com/christophgysin/pasystray
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 2eecd2efd19d..4008c21a58c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=pasystray
pkgname=${_pkgname}-gtk2-standalone
-pkgver=0.6.0.r13.gccb5b6e
-pkgrel=0
+pkgver=0.6.0.r21.g183ecfa
+pkgrel=1
pkgdesc="PulseAudio system tray (a replacement for padevchooser gtk2 standalone version)"
arch=('i686' 'x86_64')
url="https://github.com/christophgysin/pasystray"
@@ -33,7 +33,7 @@ pkgver() {
prepare () {
cd "$srcdir/${_pkgname}"
autoreconf -is
- sed -i -e '/<requires /d' -e '/license_type/d' src/pasystray.glade
+ sed -i -e '/<requires /d' -e '/license_type/d' src/pasystray.gtk2.glade
}
build () {