diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-12-25 22:22:28 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-12-25 22:22:28 -0500 |
commit | 6e7aa928eef64893677ccd85e7c81e26b557ab62 (patch) | |
tree | 5899dfd220526f0368bb3a274560afb048dffc6f /libre/ogmrip-libre/PKGBUILD | |
parent | 5117cfabb1e4e4156a56694cf07cb60f02d897dc (diff) | |
parent | b10b0958a3a7fe3c4ced55bf0a103ac7d130a109 (diff) |
Merge branch 'master' of https://projects.parabolagnulinux.org/abslibre
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) |