summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 1 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 691ed2a2002e..3b0d9dbd3f04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christoph Gysin <christoph.gysin@gmail.com>
pkgname=(pasystray-git pasystray-gtk2-git)
_pkgname=pasystray
-pkgver=0.6.0.r0.g6f6dd61
+pkgver=0.6.0.r2.g14b4bce
pkgrel=1
pkgdesc="PulseAudio system tray (a replacement for padevchooser)"
arch=('i686' 'x86_64')
@@ -46,13 +46,6 @@ build() {
package_pasystray-gtk2-git() {
depends+=(gtk2)
cd $srcdir/$_pkgname-gtk2
-
- # hack: do not require gtk-3
- sed -i \
- -e '/<requires /d' \
- -e '/license_type/d' \
- src/pasystray.glade
-
make DESTDIR="$pkgdir/" install
}