diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-17 10:13:49 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-17 10:15:30 +0000 |
commit | 601ff6a86f42d84a675629ef345f05906f618ff0 (patch) | |
tree | 390dfc0fd480f40458f09b11f4ffb3081e1db951 /community/mplayer | |
parent | 2bc593b6258460cba0eb376d63982c91fe6fa6aa (diff) | |
download | aports-601ff6a86f42d84a675629ef345f05906f618ff0.tar.bz2 aports-601ff6a86f42d84a675629ef345f05906f618ff0.tar.xz |
community/mplayer: bump pkgrel. Rebuild against new libcdio ABI
Diffstat (limited to 'community/mplayer')
-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 c432be691e..b87ffed014 100644 --- a/community/mplayer/APKBUILD +++ b/community/mplayer/APKBUILD @@ -2,7 +2,7 @@ pkgname=mplayer pkgver=1.3.0 _ver=${pkgver/_/} -pkgrel=7 +pkgrel=8 pkgdesc="A movie player for linux" url="http://www.mplayerhq.hu/" arch="x86_64" |