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

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Jun 20 16:26:55 UTC 2011


    Date: Monday, June 20, 2011 @ 12:26:55
  Author: andyrtr
Revision: 128001

upgpkg: libisoburn 1.1.0-1
upstream update 1.1.0

Modified:
  libisoburn/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-20 16:07:40 UTC (rev 128000)
+++ PKGBUILD	2011-06-20 16:26:55 UTC (rev 128001)
@@ -3,25 +3,25 @@
 # Contributor: Gour <Gour <gour at mail.inet.hr>
 
 pkgname=libisoburn
-pkgver=1.0.8.pl00
+pkgver=1.1.0
 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.6' 'libisofs>=1.0.6' 'readline>=6.1')
+depends=('libburn>=1.1.0' 'libisofs>=1.1.0' 'readline>=6.2')
 options=('!libtool')
 install=${pkgname}.install
 source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e9d4c2916f591cdf3b7248366ba54506')
+md5sums=('53d9da62da77a35af0f0f44c7632d7da')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver/.pl??/}
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver/.pl??/}
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list