summaryrefslogtreecommitdiff
path: root/extra/libisoburn
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/libisoburn
parent7978ce3c736ef00274d5956c378df572315702bd (diff)
Sat Aug 10 02:18:27 PDT 2013
Diffstat (limited to 'extra/libisoburn')
-rw-r--r--extra/libisoburn/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/extra/libisoburn/PKGBUILD b/extra/libisoburn/PKGBUILD
index 7c2cf18e1..cb7d2a0e4 100644
--- a/extra/libisoburn/PKGBUILD
+++ b/extra/libisoburn/PKGBUILD
@@ -1,28 +1,28 @@
-# $Id: PKGBUILD 185770 2013-05-18 14:58:09Z andyrtr $
+# $Id: PKGBUILD 192280 2013-08-09 14:22:03Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Gour <Gour <gour@mail.inet.hr>
pkgname=libisoburn
-pkgver=1.3.0
+pkgver=1.3.2
pkgrel=1
pkgdesc="frontend for libraries libburn and libisofs"
-url="http://libburnia.pykix.org/wiki/Libisoburn"
+url="http://libburnia-project.org"
arch=('i686' 'x86_64')
license=('GPL2')
-depends=('libburn>=1.3.0' 'libisofs>=1.3.0' 'readline')
+depends=('libburn>=1.3.2' 'libisofs>=1.3.2' 'readline')
options=('!libtool')
install=${pkgname}.install
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('1341e87e385cb559ee1cd2605e372dec'
+md5sums=('7ebee7c1d4e09565daddca15467035af'
'SKIP')
build() {
- cd ${srcdir}/${pkgname}-${pkgver}
+ cd ${pkgname}-${pkgver}
./configure --prefix=/usr
make
}
package() {
- cd ${srcdir}/${pkgname}-${pkgver}
+ cd ${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
}