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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Mar 1 11:04:56 UTC 2009


    Date: Sunday, March 1, 2009 @ 06:04:56
  Author: andyrtr
Revision: 28466

upgpkg: libburn 0.6.2.pl00-1
    new version 0.6.2.pl00

Modified:
  libburn/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-01 10:13:33 UTC (rev 28465)
+++ PKGBUILD	2009-03-01 11:04:56 UTC (rev 28466)
@@ -3,8 +3,7 @@
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=libburn
-pkgver=0.6.0.pl01
-_basever=0.6.0
+pkgver=0.6.2.pl00
 pkgrel=1
 pkgdesc="Library for reading, mastering and writing optical discs"
 arch=('i686' 'x86_64')
@@ -12,11 +11,11 @@
 license=('GPL')
 depends=('glibc')
 source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz)
-md5sums=('9ad48fe011dd5cbe9a15367ae8173647')
 options=('!libtool' '!emptydirs')
+md5sums=('fdb017d5ffcb8dda0e5678b663992903')
 
 build() {
-  cd ${srcdir}/${pkgname}-${_basever}
+  cd ${srcdir}/${pkgname}-${pkgver/.pl??/}
   ./configure --prefix=/usr --disable-static
   make || return 1
   make DESTDIR=${pkgdir} install || return 1




More information about the arch-commits mailing list