summaryrefslogtreecommitdiff
path: root/community/gavl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gavl/PKGBUILD')
-rw-r--r--community/gavl/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/gavl/PKGBUILD b/community/gavl/PKGBUILD
index f90579ac9..5af667871 100644
--- a/community/gavl/PKGBUILD
+++ b/community/gavl/PKGBUILD
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD 66386 2012-02-24 12:23:09Z lfleischer $
+# $Id: PKGBUILD 76134 2012-09-12 03:17:18Z ebelanger $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Robert Emil Berge <filoktetes@linuxophic.org>
# Contributor: Mateusz Herych <heniekk@gmail.com>
pkgname=gavl
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
pkgdesc='A low level library, upon which multimedia APIs can be built.'
arch=('i686' 'x86_64')
url='http://gmerlin.sourceforge.net/'
license=('GPL')
depends=('glibc')
-optios=(!libtool)
+options=('!libtool')
source=("http://downloads.sourceforge.net/sourceforge/gmerlin/$pkgname-$pkgver.tar.gz")
-md5sums=('f7dd25d3ef26a8d22f947e9383d251e7')
+md5sums=('2752013a817fbc43ddf13552215ec2c0')
build() {
cd "$srcdir/$pkgname-$pkgver"