diff options
Diffstat (limited to 'community/ogmrip/PKGBUILD')
-rw-r--r-- | community/ogmrip/PKGBUILD | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/community/ogmrip/PKGBUILD b/community/ogmrip/PKGBUILD index 2f523f47e..59464ecff 100644 --- a/community/ogmrip/PKGBUILD +++ b/community/ogmrip/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 54604 2011-08-21 13:02:10Z jelle $ +# $Id: PKGBUILD 56646 2011-10-09 12:12:21Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Daenyth # Contributor: Allan McRae <allan@archlinux.org> # Contributor: Vrob (Markus Heuser) mheuser@mi.fu-berlin.de pkgname=ogmrip -pkgver=0.13.6 -pkgrel=3 +pkgver=0.13.7 +pkgrel=2 pkgdesc="Libraries and GTK2 interface for DVD ripping using mencoder" arch=('i686' 'x86_64' 'mips64el') url="http://ogmrip.sourceforge.net/" @@ -25,16 +25,12 @@ optdepends=('faac: support for the AAC audio codec' 'tesseract: support for the SRT subtitle format') options=('!libtool' '!makeflags') changelog=$pkgname.changelog -source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz - ogmrip-0.13.6-libnotify-0.7.patch) -md5sums=('e094c49cdf758883293dd44513fb37e8' - 'a7f2c64c9f1d96664d29200e461bb36e') +source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz) +sha256sums=('362060e4c1944f020f9a491d9a8af53cd3bf4f94d4f5beb8d3d855ebf17d9c2a') build() { cd ${srcdir}/${pkgname}-${pkgver} - patch -Np0 -i "$srcdir/ogmrip-0.13.6-libnotify-0.7.patch" - ./configure --prefix=/usr --sysconfdir=/usr/share make } |