diff options
author | Timo Teräs <timo.teras@iki.fi> | 2015-11-06 09:20:37 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2015-11-06 09:20:37 +0200 |
commit | 1a09689271c4e4aaef6837e8aebc9aab39b5ab21 (patch) | |
tree | 13cd1d1a6de31ab67c8f19c4b0a65677417d68f7 /main/x264 | |
parent | 0f1909fc6b97fa9b6e0fb6d0c939214b560d68a1 (diff) | |
download | aports-1a09689271c4e4aaef6837e8aebc9aab39b5ab21.tar.bz2 aports-1a09689271c4e4aaef6837e8aebc9aab39b5ab21.tar.xz |
[various]: rebuild with new binutils for gnu hash
Diffstat (limited to 'main/x264')
-rw-r--r-- | main/x264/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/x264/APKBUILD b/main/x264/APKBUILD index 9e23509312..4230e3cb31 100644 --- a/main/x264/APKBUILD +++ b/main/x264/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=x264 pkgver=20140625 -pkgrel=0 +pkgrel=1 pkgdesc="free library for encoding H264/AVC video streams" url="http://www.videolan.org/developers/x264.html" arch="all" |