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

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Apr 3 18:03:02 UTC 2012


    Date: Tuesday, April 3, 2012 @ 14:03:01
  Author: andyrtr
Revision: 155444

upgpkg: libisofs 1.2.2-1

upstream update 1.2.2

Modified:
  libisofs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-03 18:01:23 UTC (rev 155443)
+++ PKGBUILD	2012-04-03 18:03:01 UTC (rev 155444)
@@ -4,16 +4,17 @@
 # Contributor: Bjorn Martensen
 
 pkgname=libisofs
-pkgver=1.2.0
+pkgver=1.2.2
 pkgrel=1
 pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 disk image"
 arch=('i686' 'x86_64')
 url="http://libburnia.pykix.org/"
 license=('GPL')
 depends=('acl' 'zlib')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz)
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
 options=('!libtool')
-md5sums=('dea7250f4ad917268810fc56bdcd92e4')
+md5sums=('5d6bee8276b08019078c19d84ef5485b'
+         '8bac560e309b4f4ca60098742e53d1a3')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}




More information about the arch-commits mailing list