diff options
Diffstat (limited to 'libre/gst-plugins-bad')
-rw-r--r-- | libre/gst-plugins-bad/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/gst-plugins-bad/PKGBUILD b/libre/gst-plugins-bad/PKGBUILD index 536249c09..cca9c34b0 100644 --- a/libre/gst-plugins-bad/PKGBUILD +++ b/libre/gst-plugins-bad/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 257275 2015-12-26 01:35:22Z heftig $ +# $Id: PKGBUILD 258480 2016-01-21 16:42:13Z heftig $ # Maintainer (Arch): Jan de Groot <jgc@archlinux.org> # Maintainer: Márcio Silva <coadde@parabola.nu> pkgname=gst-plugins-bad -pkgver=1.6.2 -pkgrel=3.parabola1 +pkgver=1.6.3 +pkgrel=1.parabola1 pkgdesc="GStreamer Multimedia Framework Bad Plugins, without nonfree faac support" arch=('i686' 'x86_64') license=('LGPL') @@ -19,7 +19,7 @@ replaces=("${pkgname}-libre" "${pkgname}-parabola") conflicts=("${pkgname}-libre" "${pkgname}-parabola") options=(!emptydirs) source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz) -sha256sums=('650855e39ff56a8bb6cb0c192109c5926ce12f536d06e19ebf829de71ef396fe') +sha256sums=('971b29101d6a9c5e3fe94d99d977a227f58f0b2d29b6ca2c7f292052542b3a61') prepare() { cd $pkgname-$pkgver |