diff options
author | root <root@rshg047.dnsready.net> | 2011-04-11 04:43:21 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-04-11 04:43:21 +0000 |
commit | 06c7c4c5ef2c808f288b2a8cd63548a322d66754 (patch) | |
tree | 178258b847b80ef8c3f25abc6c5ae2495048b66b /extra/libburn | |
parent | 8f6922302486fa1cc1112ff8b3daddb48c3260f2 (diff) |
Mon Apr 11 04:43:21 UTC 2011
Diffstat (limited to 'extra/libburn')
-rw-r--r-- | extra/libburn/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libburn/PKGBUILD b/extra/libburn/PKGBUILD index d3c776324..f668355f7 100644 --- a/extra/libburn/PKGBUILD +++ b/extra/libburn/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 114274 2011-03-12 06:54:15Z andyrtr $ +# $Id: PKGBUILD 119040 2011-04-10 17:24:51Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: William Rea <sillywilly@gmail.com> pkgname=libburn -pkgver=1.0.4.pl00 +pkgver=1.0.6.pl00 pkgrel=1 pkgdesc="Library for reading, mastering and writing optical discs" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ license=('GPL') depends=('glibc') source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz) options=('!libtool' '!emptydirs') -md5sums=('edc117aa6d02a19c5aafe30d95df5e80') +md5sums=('7c3bd62964e5885f7733cf904089f82d') build() { cd ${srcdir}/${pkgname}-${pkgver/.pl??/} |