summaryrefslogtreecommitdiff
path: root/extra/libburn
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-10 02:21:00 -0700
committerroot <root@rshg054.dnsready.net>2013-08-10 02:21:00 -0700
commit0ade1da67addf154d93c6a6399b0a3d5a18a3336 (patch)
tree0fcd3a26d8b3c5830e46d0872701a89256e3d4f7 /extra/libburn
parent7978ce3c736ef00274d5956c378df572315702bd (diff)
Sat Aug 10 02:18:27 PDT 2013
Diffstat (limited to 'extra/libburn')
-rw-r--r--extra/libburn/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/libburn/PKGBUILD b/extra/libburn/PKGBUILD
index 56ed59f83..c8ba40902 100644
--- a/extra/libburn/PKGBUILD
+++ b/extra/libburn/PKGBUILD
@@ -1,28 +1,28 @@
-# $Id: PKGBUILD 186945 2013-06-01 10:04:29Z andyrtr $
+# $Id: PKGBUILD 192276 2013-08-09 14:16:57Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=libburn
-pkgver=1.3.0.pl01
+pkgver=1.3.2 # .pl01
pkgrel=1
pkgdesc="Library for reading, mastering and writing optical discs"
arch=('i686' 'x86_64')
-url="http://libburnia.pykix.org/"
+url="http://libburnia-project.org"
license=('GPL')
depends=('glibc')
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
options=('!libtool' '!emptydirs')
-md5sums=('1ccbb8624b8c2b9937727000e46b52cf'
+md5sums=('3c6ee25f172ff28e7b5e5de4f9f26ba9'
'SKIP')
build() {
- cd ${srcdir}/${pkgname}-${pkgver/.pl01/}
+ cd ${pkgname}-${pkgver} # /.pl01/}
./configure --prefix=/usr --disable-static
make
}
package() {
- cd ${srcdir}/${pkgname}-${pkgver/.pl01/}
+ cd ${pkgname}-${pkgver} # /.pl01/}
make DESTDIR=${pkgdir} install
}