diff options
author | root <root@rshg054.dnsready.net> | 2011-09-28 23:14:32 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-28 23:14:32 +0000 |
commit | f8db5d1487e8e0ceeb97a396e357c1540a047ed8 (patch) | |
tree | 7ad8dee5bda1fe535c9139770dc7316f9b780818 /extra/libmatroska | |
parent | ccb9d72bbf1ee4f7a54113eac76a16b0b5014869 (diff) |
Wed Sep 28 23:14:32 UTC 2011
Diffstat (limited to 'extra/libmatroska')
-rw-r--r-- | extra/libmatroska/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libmatroska/PKGBUILD b/extra/libmatroska/PKGBUILD index 656c4f3d5..1504138cc 100644 --- a/extra/libmatroska/PKGBUILD +++ b/extra/libmatroska/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 129938 2011-06-30 14:07:10Z giovanni $ +# $Id: PKGBUILD 138677 2011-09-27 15:10:51Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor 03/08/04 <lefungus@altern.org> pkgname=libmatroska -pkgver=1.2.0 +pkgver=1.3.0 pkgrel=1 pkgdesc="Matroska library" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ url="http://dl.matroska.org/downloads/libmatroska/" license=('LGPL') depends=('libebml') source=("http://dl.matroska.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -md5sums=('a4f967f9ade56d5181714f3199ffa241') +md5sums=('f4a8c411f09d39c754eb726efd616043') build() { cd "${srcdir}/${pkgname}-${pkgver}/make/linux" |