aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2017-09-26 05:08:57 +0000
committerTimo Teräs <timo.teras@iki.fi>2017-09-26 05:10:28 +0000
commit6f4d31b8257d3de6346559e7f0e13d0940f47327 (patch)
tree60880b1024f7f8f7deef2a151dcb7ffee62e8bbd
parentf500b6072db6a32771a256a6ded86844ac6f0231 (diff)
main/libmatroska: upgrade to 1.4.8
-rw-r--r--main/libmatroska/APKBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/main/libmatroska/APKBUILD b/main/libmatroska/APKBUILD
index 8ac8bd53e14..037f83cec8b 100644
--- a/main/libmatroska/APKBUILD
+++ b/main/libmatroska/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=libmatroska
-pkgver=1.4.7
+pkgver=1.4.8
pkgrel=0
pkgdesc="a C++ library to parse Matroska files"
url="http://www.matroska.org/"
@@ -9,7 +9,7 @@ arch="all"
license="LGPL"
makedepends="libebml-dev>=1.3.3"
subpackages="$pkgname-dev"
-source="http://dl.matroska.org/downloads/$pkgname/$pkgname-$pkgver.tar.bz2"
+source="http://dl.matroska.org/downloads/$pkgname/$pkgname-$pkgver.tar.xz"
builddir="$srcdir"/$pkgname-$pkgver
build() {
@@ -18,9 +18,8 @@ build() {
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
- --disable-static \
- || return 1
- make || return 1
+ --disable-static
+ make
}
package() {
@@ -28,4 +27,4 @@ package() {
make install DESTDIR="$pkgdir"
}
-sha512sums="75371a94c68a472fa55e2277b90a2717dd777b506ac89fb115fa83c5093aee6609eb4b01aa65c1d5a9ce9fc597684baff2ffc330a756050b2fb746abffc2417e libmatroska-1.4.7.tar.bz2"
+sha512sums="af3b8bfae891be77896b6afa2da3325ebba73a957cd43a4e6086b68e1237bb37b2e6d5eb57322c05ede0ad0c03464087b77fbdf06101314f09411648e1073cee libmatroska-1.4.8.tar.xz"