diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-19 03:43:15 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-19 03:43:15 +0000 |
commit | e326eefd3e4853a3b36ef72eba0b21d21170de31 (patch) | |
tree | 5ffb9c48ffa81fa59fc8278d1abb6cf10f0e1682 /community/libaacs | |
parent | 9959727f4ef9acd6805bb372e98323a01468246e (diff) |
Sat Jul 19 03:34:45 UTC 2014
Diffstat (limited to 'community/libaacs')
-rw-r--r-- | community/libaacs/PKGBUILD | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/community/libaacs/PKGBUILD b/community/libaacs/PKGBUILD index 9c3e01eef..221e560d5 100644 --- a/community/libaacs/PKGBUILD +++ b/community/libaacs/PKGBUILD @@ -1,20 +1,18 @@ -# $Id: PKGBUILD 104040 2014-01-14 17:14:01Z flexiondotorg $ +# $Id: PKGBUILD 115938 2014-07-18 21:45:51Z flexiondotorg $ # Maintainer: Martin Wimpress <code@flexion.org> # Contributor: Gustavo Alvarez <sl1pkn07@gmail.com> # Contributor: Dirk Berg <berg1981@googlemail.com> pkgname=libaacs -pkgver=0.7.0 -pkgrel=2 +pkgver=0.7.1 +pkgrel=1 pkgdesc="Advanced Access Content System" arch=('i686' 'x86_64') license=('LGPL') url="http://www.videolan.org/developers/libaacs.html" depends=('libgcrypt') source=("ftp://ftp.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2") -provides=('libaacs') -conflicts=('libaacs-git') -md5sums=('8da0da893d1f266b31bf8a8fc7c84a84') +sha1sums=('09eb61bcfceca77cd779c4475093dd22a0cb5510') build() { cd "${srcdir}/${pkgname}-${pkgver}" |