testing/libburn: upgrade to 1.1.6

This commit is contained in:
Natanael Copa 2011-10-18 06:07:46 +00:00
parent 060e0a9f66
commit 270ad735dc

View File

@ -1,9 +1,12 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libburn
pkgver=1.0.6_p00
pkgver=1.1.6
_ver=${pkgver%_p*}
_pver=${pkgver##*_p}
pkgrel=1
_pver=
if [ "$_ver" != "$pkgver" ]; then
_pver=".pl${pkgver##*_p}"
fi
pkgrel=0
pkgdesc="Library for reading, mastering and writing optical discs"
url="http://libburnia.pykix.org/"
arch="all"
@ -11,7 +14,7 @@ license="GPL"
depends=""
makedepends=""
subpackages="$pkgname-dev $pkgname-doc"
source="http://files.libburnia-project.org/releases/libburn-${_ver}.pl${_pver}.tar.gz"
source="http://files.libburnia-project.org/releases/libburn-${_ver}${_pver}.tar.gz"
_builddir="$srcdir"/$pkgname-$_ver
build ()
@ -27,4 +30,4 @@ package() {
rm "$pkgdir"/usr/lib/*.la
}
md5sums="7c3bd62964e5885f7733cf904089f82d libburn-1.0.6.pl00.tar.gz"
md5sums="741604c3d4064502f06bae20293c508c libburn-1.1.6.tar.gz"