summaryrefslogtreecommitdiff
path: root/extra/libburn/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libburn/PKGBUILD')
-rw-r--r--extra/libburn/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/libburn/PKGBUILD b/extra/libburn/PKGBUILD
index 9123c4a32..d48f1c5a0 100644
--- a/extra/libburn/PKGBUILD
+++ b/extra/libburn/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 128028 2011-06-20 21:30:26Z andyrtr $
+# $Id: PKGBUILD 135153 2011-08-10 16:27:10Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=libburn
-pkgver=1.1.0.pl01
+pkgver=1.1.4 #.pl01
pkgrel=1
pkgdesc="Library for reading, mastering and writing optical discs"
arch=('i686' 'x86_64')
@@ -12,16 +12,16 @@ license=('GPL')
depends=('glibc')
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz)
options=('!libtool' '!emptydirs')
-md5sums=('641d8923007453674ffeb4acce3eded4')
+md5sums=('a337cf8bf044a1bbc367ff35b9bc6a8b')
build() {
- cd ${srcdir}/${pkgname}-${pkgver/.pl??/}
+ cd ${srcdir}/${pkgname}-${pkgver} #/.pl??/}
./configure --prefix=/usr --disable-static
make
}
package() {
- cd ${srcdir}/${pkgname}-${pkgver/.pl??/}
+ cd ${srcdir}/${pkgname}-${pkgver} #/.pl??/}
make DESTDIR=${pkgdir} install
}