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/libmatroska | |
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/libmatroska')
-rw-r--r-- | abs/extra/libmatroska/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/extra/libmatroska/PKGBUILD b/abs/extra/libmatroska/PKGBUILD index 4a85d50..7df70c8 100644 --- a/abs/extra/libmatroska/PKGBUILD +++ b/abs/extra/libmatroska/PKGBUILD @@ -3,8 +3,8 @@ # Contributor 03/08/04 <lefungus@altern.org> pkgname=libmatroska -pkgver=1.0.0 -pkgrel=2 +pkgver=1.3.0 +pkgrel=1 pkgdesc="Matroska library" arch=('i686' 'x86_64') license=('LGPL') @@ -20,4 +20,4 @@ package() { cd ${srcdir}/${pkgname}-${pkgver}/make/linux make prefix=${pkgdir}/usr install } -md5sums=('4efcf3945b17a6f0320cf1aaa326a4de') +md5sums=('f4a8c411f09d39c754eb726efd616043') |