diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-14 20:18:43 -0300 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-10-20 19:04:37 +0000 |
commit | 460b2e2d31490890f5c5077c2deaae341b3ef69f (patch) | |
tree | a0a3756ccde753fe3996cda0b57a0bdfac1f6b91 /community/dvdauthor/APKBUILD | |
parent | 72db9cc7560e5758368bd93570517c5b2217bd2b (diff) | |
download | aports-460b2e2d31490890f5c5077c2deaae341b3ef69f.tar.bz2 aports-460b2e2d31490890f5c5077c2deaae341b3ef69f.tar.xz |
rebuild against libdvdread.so.7
Closes !477
Diffstat (limited to 'community/dvdauthor/APKBUILD')
-rw-r--r-- | community/dvdauthor/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/dvdauthor/APKBUILD b/community/dvdauthor/APKBUILD index 3709def2ca..2b50d04044 100644 --- a/community/dvdauthor/APKBUILD +++ b/community/dvdauthor/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=dvdauthor pkgver=0.7.2 -pkgrel=2 +pkgrel=3 pkgdesc="DVD authoring tools" url="http://dvdauthor.sourceforge.net" arch="all" |