diff options
author | Michael Hanson <mihanson@linhes.org> | 2011-10-08 20:21:19 (GMT) |
---|---|---|
committer | Michael Hanson <mihanson@linhes.org> | 2011-10-08 20:21:19 (GMT) |
commit | df7692ca88333072e85a283e69072c45cebd19ea (patch) | |
tree | 26b7f13090d29a2f8a3c355638f9de07c3af3ab7 /abs | |
parent | ee019be570e80f20f106a6b0b739be427c5f89bc (diff) | |
download | linhes_pkgbuild-df7692ca88333072e85a283e69072c45cebd19ea.zip linhes_pkgbuild-df7692ca88333072e85a283e69072c45cebd19ea.tar.gz linhes_pkgbuild-df7692ca88333072e85a283e69072c45cebd19ea.tar.bz2 |
libebml: update to 1.2.2
Diffstat (limited to 'abs')
-rw-r--r-- | abs/extra/libebml/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/extra/libebml/PKGBUILD b/abs/extra/libebml/PKGBUILD index dfe2d6e..5ea5a45 100644 --- a/abs/extra/libebml/PKGBUILD +++ b/abs/extra/libebml/PKGBUILD @@ -3,8 +3,8 @@ # Contributor: 03/08/04 <lefungus@altern.org> pkgname=libebml -pkgver=1.0.0 -pkgrel=2 +pkgver=1.2.2 +pkgrel=1 pkgdesc="Extensible Binary Meta Language library" arch=('i686' 'x86_64') url="http://dl.matroska.org/downloads/libebml/" @@ -20,4 +20,4 @@ package() { cd ${srcdir}/${pkgname}-${pkgver}/make/linux make prefix=${pkgdir}/usr install } -md5sums=('6d438f03d8928d83a2d120ed02705f03') +md5sums=('726cc2bd1a525929ff35ff9854c0ebab') |