summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1875faef5569..b15219c94902 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: speps <speps at aur dot archlinux dot org>
+# Maintainer: Brian Bidulock <bidulock@openss7.org>
+# Contributor: speps <speps at aur dot archlinux dot org>
# Contributor: paterbrown <paterbrown at silberhelme dot de>
pkgname=gst123
pkgver=0.3.3
-pkgrel=1
+pkgrel=2
pkgdesc="A more flexible command line player in the spirit of ogg123 and mpg123, based on gstreamer"
arch=('i686' 'x86_64')
url="http://space.twc.de/~stefan/gst123.php"
@@ -22,8 +23,8 @@ md5sums=('42fb711480238b89db8889847c1ec99e')
build() {
cd "$srcdir/$pkgname-$pkgver"
- # replace ncurses5 with ncursesw5
- sed -i "s_ncurses5_ncursesw5_g" configure*
+ # replace ncurses6 with ncursesw6
+ sed -i "s_ncurses5_ncursesw6_g" configure*
# gtkwindow appears twice (workaround fix) - seems to be gone?
# sed -i '/ rc/d' src/gtkinterface.cc