summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 002752260e74..14f3ac2fe12a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Wed Dec 16 00:10:35 UTC 2015
pkgbase = gst123
pkgdesc = A more flexible command line player in the spirit of ogg123 and mpg123, based on gstreamer
pkgver = 0.3.3
- pkgrel = 3
+ pkgrel = 4
url = http://space.twc.de/~stefan/gst123.php
arch = i686
arch = x86_64
@@ -14,7 +12,7 @@ pkgbase = gst123
optdepends = gst-libav: more codecs support
optdepends = gst-plugins-base: more codecs support
optdepends = gst-plugins-good: more codecs support
- optdepends = gst-plgusin-bad: more codecs support
+ optdepends = gst-plugins-bad: more codecs support
optdepends = gst-plugins-ugly: more codecs support
source = http://space.twc.de/~stefan/gst123/gst123-0.3.3.tar.bz2
md5sums = 42fb711480238b89db8889847c1ec99e
diff --git a/PKGBUILD b/PKGBUILD
index 33010df1b14d..91c46806cd6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gst123
pkgver=0.3.3
-pkgrel=3
+pkgrel=4
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"
@@ -15,7 +15,7 @@ makedepends=('ncurses')
optdepends=('gst-libav: more codecs support'
'gst-plugins-base: more codecs support'
'gst-plugins-good: more codecs support'
- 'gst-plgusin-bad: more codecs support'
+ 'gst-plugins-bad: more codecs support'
'gst-plugins-ugly: more codecs support')
source=("http://space.twc.de/~stefan/$pkgname/$pkgname-$pkgver.tar.bz2")
md5sums=('42fb711480238b89db8889847c1ec99e')