diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-09 12:32:23 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-09 13:00:35 +0000 |
commit | 883cd12b549a992175f1f7f51d2371e15d13b66d (patch) | |
tree | 685a08803e37182377c9cc0df6ec5127a9181453 /community/mplayer/APKBUILD | |
parent | 758e770c3efc643b8047e2c85d3278214823aabe (diff) | |
download | aports-883cd12b549a992175f1f7f51d2371e15d13b66d.tar.bz2 aports-883cd12b549a992175f1f7f51d2371e15d13b66d.tar.xz |
community/mplayer: rebuild against libvpx 1.6
Diffstat (limited to 'community/mplayer/APKBUILD')
-rw-r--r-- | community/mplayer/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mplayer/APKBUILD b/community/mplayer/APKBUILD index e30a6408ec..b218938782 100644 --- a/community/mplayer/APKBUILD +++ b/community/mplayer/APKBUILD @@ -2,7 +2,7 @@ pkgname=mplayer pkgver=1.3.0 _ver=${pkgver/_/} -pkgrel=3 +pkgrel=4 pkgdesc="A movie player for linux" url="http://www.mplayerhq.hu/" arch="x86_64" |