diff options
Diffstat (limited to 'libre/ogmrip-libre/PKGBUILD')
-rw-r--r-- | libre/ogmrip-libre/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/ogmrip-libre/PKGBUILD b/libre/ogmrip-libre/PKGBUILD index a14f8d877..ef0fc1202 100644 --- a/libre/ogmrip-libre/PKGBUILD +++ b/libre/ogmrip-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 89460 2013-04-29 13:17:27Z jelle $ +# $Id: PKGBUILD 103017 2013-12-25 16:56:14Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Daenyth # Contributor: Allan McRae <allan@archlinux.org> @@ -8,7 +8,7 @@ _pkgname=ogmrip pkgname=ogmrip-libre pkgver=1.0.0 -pkgrel=2 +pkgrel=3 pkgdesc="Libraries and GTK2 interface for DVD ripping using mencoder, without nonfree faac support" arch=('i686' 'x86_64') url="http://ogmrip.sourceforge.net/" @@ -27,7 +27,7 @@ optdepends=('lame: support for the MP3 audio codec' replaces=$_pkgname conflicts=$_pkgname provides=$_pkgname=$pkgver -options=('!libtool' '!makeflags') +options=('!makeflags') changelog=$_pkgname.changelog install=$_pkgname.install source=(http://downloads.sourceforge.net/sourceforge/${_pkgname}/${_pkgname}-${pkgver}.tar.gz) |