diff options
-rw-r--r-- | libre/gst-plugins-bad/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/gst-plugins-bad/PKGBUILD b/libre/gst-plugins-bad/PKGBUILD index 56b6a2406..c35efa035 100644 --- a/libre/gst-plugins-bad/PKGBUILD +++ b/libre/gst-plugins-bad/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 220829 2014-08-31 16:23:02Z heftig $ +# $Id: PKGBUILD 222582 2014-09-22 08:14:08Z heftig $ # Maintainer (Arch): Jan de Groot <jgc@archlinux.org> # Maintainer: Márcio Silva <coadde@parabola.nu> pkgname=gst-plugins-bad -pkgver=1.4.1 +pkgver=1.4.2 pkgrel=1.parabola1 pkgdesc="GStreamer Multimedia Framework Bad Plugins, without nonfree faac support" arch=('i686' 'x86_64' 'mips64el') @@ -16,7 +16,7 @@ replaces=("${pkgname}-libre" "${pkgname}-parabola") conflicts=("${pkgname}-libre" "${pkgname}-parabola") options=(!emptydirs) source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz) -sha256sums=('0268db2faaf0bb22e5b709a11633abbca4f3d289b1f513bb262d0bf3f53e19ae') +sha256sums=('31623079803b0311560730f47389cc360ddb2df5286ad2cf40048b9a82c4808e') build() { cd $pkgname-$pkgver |