[arch-commits] Commit in libisoburn/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Apr 10 17:34:54 UTC 2011


    Date: Sunday, April 10, 2011 @ 13:34:53
  Author: andyrtr
Revision: 119050

upgpkg: libisoburn 1.0.6.pl00-1
upstream update 1.0.6

Modified:
  libisoburn/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-10 17:31:50 UTC (rev 119049)
+++ PKGBUILD	2011-04-10 17:34:53 UTC (rev 119050)
@@ -3,20 +3,24 @@
 # Contributor: Gour <Gour <gour at mail.inet.hr>
 
 pkgname=libisoburn
-pkgver=1.0.4.pl00
+pkgver=1.0.6.pl00
 pkgrel=1
 pkgdesc="frontend for libraries libburn and libisofs"
 url="http://libburnia.pykix.org/wiki/Libisoburn"
 arch=('i686' 'x86_64')
 license=('GPL2')
-depends=('libburn>=1.0.4' 'libisofs>=1.0.4' 'readline>=6.1')
+depends=('libburn>=1.0.6' 'libisofs>=1.0.6' 'readline>=6.1')
 options=('!libtool')
 source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz)
-md5sums=('ba21567325bda50f02d406f46c3c8392')
+md5sums=('f4eff76915c08dba533180d618df95a1')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver/.pl??/}
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver/.pl??/}
   make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list