diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-11-11 20:14:44 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-11-11 20:14:44 -0200 |
commit | edb2d790307a8d6ae527f2e9b26b304a6e93c8cc (patch) | |
tree | c8533c5945987804af3bd0df1732ec48a01110cd /libre/gst-plugins-bad-libre | |
parent | 40076c98e8789990103f3010df8e5d809cceac9f (diff) |
gst-plugins-bad-libre-1.2.1-1: updating version
Diffstat (limited to 'libre/gst-plugins-bad-libre')
-rw-r--r-- | libre/gst-plugins-bad-libre/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/gst-plugins-bad-libre/PKGBUILD b/libre/gst-plugins-bad-libre/PKGBUILD index 465072d3a..5faa7a8a4 100644 --- a/libre/gst-plugins-bad-libre/PKGBUILD +++ b/libre/gst-plugins-bad-libre/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 197399 2013-10-25 12:22:28Z heftig $ +# $Id: PKGBUILD 199364 2013-11-11 17:36:42Z heftig $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Maintainer (Parabola): Márcio Silva <coadde@lavabit.com> _pkgname=gst-plugins-bad pkgname=$_pkgname-libre -pkgver=1.2.0 -pkgrel=2 +pkgver=1.2.1 +pkgrel=1 pkgdesc="GStreamer Multimedia Framework Bad Plugins, without nonfree faac support" arch=('i686' 'x86_64' 'mips64el') license=('LGPL') @@ -16,9 +16,9 @@ makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 'python provides=($_pkgname=$pkgver) conflicts=$_pkgname replaces=$_pkgname -options=(!libtool !emptydirs) +options=(!emptydirs) source=(${url}/src/$_pkgname/$_pkgname-$pkgver.tar.xz) -sha256sums=('a12fac6c106a7e4ae8bb2c7da508688d7db532b818319df2202f497cbd930afa') +sha256sums=('f33e7c81fcb742fe50b73ad87ef8a4baa7d6b59c5002a10bf63c8dee22404929') build() { cd $_pkgname-$pkgver |