diff options
author | James Meyer <james.meyer@operamail.com> | 2011-10-19 18:31:38 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2011-10-19 18:31:38 (GMT) |
commit | d9aad8b00a9f3fb60e456c0e528df90189acb5b3 (patch) | |
tree | 6b9126d2336c62d1e5533798e7348f6a5723f6ba /abs/extra/libebml/PKGBUILD | |
parent | d9a08ac22f9c6661cf3b478927be321274d10794 (diff) | |
parent | c65b741914b31ac88086e363edc4415eb6aa1686 (diff) | |
download | linhes_pkgbuild-d9aad8b00a9f3fb60e456c0e528df90189acb5b3.zip linhes_pkgbuild-d9aad8b00a9f3fb60e456c0e528df90189acb5b3.tar.gz linhes_pkgbuild-d9aad8b00a9f3fb60e456c0e528df90189acb5b3.tar.bz2 |
Merge remote-tracking branch 'origin/testing' into testing
Conflicts:
abs/core/LinHES-config/PKGBUILD
Diffstat (limited to 'abs/extra/libebml/PKGBUILD')
-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') |