summaryrefslogtreecommitdiff
path: root/extra/libburn/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-08-11 23:14:30 +0000
committerroot <root@rshg054.dnsready.net>2011-08-11 23:14:30 +0000
commit853acffdfdaafc5b2982cbac2a0e5adda28e6d6e (patch)
treeec8f471de81a4c58c3b2cc228009524ae31f312f /extra/libburn/PKGBUILD
parent1a6b0f4a655e1fbda776cbb34f56a5fa061c27c7 (diff)
Thu Aug 11 23:14:30 UTC 2011
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
}