diff options
author | root <root@rshg047.dnsready.net> | 2011-06-21 23:04:10 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-06-21 23:04:10 +0000 |
commit | 17dec629d8a13d1981d734ddc703efb5382ca309 (patch) | |
tree | d0689d190de068c330b75edee00c4f327ac2d01a /extra/libburn/PKGBUILD | |
parent | f02c28de0bbcb85e152fc19d0008805021fe1a33 (diff) |
Tue Jun 21 23:04:10 UTC 2011
Diffstat (limited to 'extra/libburn/PKGBUILD')
-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 f668355f7..9123c4a32 100644 --- a/extra/libburn/PKGBUILD +++ b/extra/libburn/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 119040 2011-04-10 17:24:51Z andyrtr $ +# $Id: PKGBUILD 128028 2011-06-20 21:30:26Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: William Rea <sillywilly@gmail.com> pkgname=libburn -pkgver=1.0.6.pl00 +pkgver=1.1.0.pl01 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=('7c3bd62964e5885f7733cf904089f82d') +md5sums=('641d8923007453674ffeb4acce3eded4') build() { cd ${srcdir}/${pkgname}-${pkgver/.pl??/} |