summaryrefslogtreecommitdiff
path: root/extra/libburn
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-08-12 11:15:32 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-08-12 11:15:32 -0300
commitd27f27c051ce0164f6d4a36335fe5bab6db9c5fd (patch)
tree0368283ec124709e18f63099f6e032c202bd2372 /extra/libburn
parentf485099bff608b85d321ce62bfaf07b32eda042d (diff)
parent853acffdfdaafc5b2982cbac2a0e5adda28e6d6e (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/cpuburn/PKGBUILD extra/ghex/PKGBUILD extra/gstreamer0.10-good/PKGBUILD
Diffstat (limited to 'extra/libburn')
-rw-r--r--extra/libburn/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/libburn/PKGBUILD b/extra/libburn/PKGBUILD
index 00d7f4213..be37e1d02 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' 'mips64el')
@@ -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
}