diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-09-13 10:28:49 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-09-13 10:28:49 +0200 |
commit | 81dced2a29e3d4cb05f004e5efe3bd2abe207b15 (patch) | |
tree | 9772090003f7b9871a0a4d19f65f8fa32c9409c8 /community/gavl | |
parent | 1f5072dbfe77090d9ea49bdd7501f21892729d88 (diff) | |
parent | 843685ce9dd76d37a4c7b0230eacb6d26bdf30dd (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community-staging/happy/PKGBUILD
community-staging/haskell-dataenc/PKGBUILD
community-staging/haskell-quickcheck/PKGBUILD
community/gnonlin/PKGBUILD
extra/bochs/PKGBUILD
Diffstat (limited to 'community/gavl')
-rw-r--r-- | community/gavl/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/gavl/PKGBUILD b/community/gavl/PKGBUILD index 5121835ba..cf531cc3a 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' 'mips64el') 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" |