diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-01 09:01:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 16:46:17 +0000 |
commit | 0fe466317f3bae97f3ab4836915f50547e5c8cf0 (patch) | |
tree | ab8120744e3ba2d1b2ca4e0e23f1ad7bd496fb2a | |
parent | 1d5d26c4efe2de89292acb3345cc3517725e1883 (diff) | |
download | aports-0fe466317f3bae97f3ab4836915f50547e5c8cf0.tar.bz2 aports-0fe466317f3bae97f3ab4836915f50547e5c8cf0.tar.xz |
main/libebml: rebuild with gcc8 to update ABI
-rw-r--r-- | main/libebml/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libebml/APKBUILD b/main/libebml/APKBUILD index 611847cf22..bc788fc470 100644 --- a/main/libebml/APKBUILD +++ b/main/libebml/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Timo Teräs <timo.teras@iki.fi> pkgname=libebml pkgver=1.3.6 -pkgrel=0 +pkgrel=1 pkgdesc="C++ library to parse Extensible Binary Meta-Language files" url="https://www.matroska.org" arch="all" |