diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-12-03 22:12:04 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-12-03 22:12:04 (GMT) |
commit | 9451de2baf933be3f918c4c26f611c7529e5f462 (patch) | |
tree | e4c82b3737840a23a06b8584ee5b15f73b05e0b5 /abs/extra/libmatroska | |
parent | 7e68652b329beefeba09edf35c672877a6453f70 (diff) | |
download | linhes_pkgbuild-9451de2baf933be3f918c4c26f611c7529e5f462.zip linhes_pkgbuild-9451de2baf933be3f918c4c26f611c7529e5f462.tar.gz linhes_pkgbuild-9451de2baf933be3f918c4c26f611c7529e5f462.tar.bz2 |
libmatroska: update to 1.4.1
Diffstat (limited to 'abs/extra/libmatroska')
-rw-r--r-- | abs/extra/libmatroska/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/abs/extra/libmatroska/PKGBUILD b/abs/extra/libmatroska/PKGBUILD index 78f4f25..963e241 100644 --- a/abs/extra/libmatroska/PKGBUILD +++ b/abs/extra/libmatroska/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 143895 2011-11-30 19:46:58Z giovanni $ +# $Id$ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor 03/08/04 <lefungus@altern.org> pkgname=libmatroska -pkgver=1.3.0 -pkgrel=2 +pkgver=1.4.1 +pkgrel=1 pkgdesc="Matroska library" arch=('i686' 'x86_64') url="http://dl.matroska.org/downloads/libmatroska/" license=('LGPL') depends=('libebml') source=("http://dl.matroska.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -md5sums=('f4a8c411f09d39c754eb726efd616043') +md5sums=('f61b2e5086f4bb9d24a43cc8af43a719') build() { cd "${srcdir}/${pkgname}-${pkgver}/make/linux" |