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

Andreas Radke andyrtr at nymeria.archlinux.org
Wed Mar 19 20:32:40 UTC 2014


    Date: Wednesday, March 19, 2014 @ 21:32:40
  Author: andyrtr
Revision: 208225

upgpkg: libburn 1.3.6.pl01-1

upstream update 1.3.6.pl01

Modified:
  libburn/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-19 20:12:24 UTC (rev 208224)
+++ PKGBUILD	2014-03-19 20:32:40 UTC (rev 208225)
@@ -3,7 +3,7 @@
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=libburn
-pkgver=1.3.6
+pkgver=1.3.6.pl01
 pkgrel=1
 pkgdesc="Library for reading, mastering and writing optical discs"
 arch=('i686' 'x86_64')
@@ -12,17 +12,17 @@
 depends=('glibc')
 source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
 options=('!emptydirs')
-md5sums=('ed7b9bbf873fc754b1a75df1b2cc1023'
+md5sums=('ebfecd07b09f0e6a06c97bcdaa3f8fa3'
          'SKIP')
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver/.pl01/}
   ./configure --prefix=/usr --disable-static
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver/.pl01/}
   make DESTDIR=${pkgdir} install
 }
 




More information about the arch-commits mailing list