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

Tobias Powalowski tpowa at archlinux.org
Sun Aug 3 07:54:00 UTC 2014


    Date: Sunday, August 3, 2014 @ 09:54:00
  Author: tpowa
Revision: 218525

upgpkg: libiscsi 1.12.0-1

bump to latest version

Modified:
  libiscsi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-03 02:07:31 UTC (rev 218524)
+++ PKGBUILD	2014-08-03 07:54:00 UTC (rev 218525)
@@ -2,17 +2,19 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 # Contributor: Patryk Kowalczyk <patryk at kowalczyk.ws>
 pkgname=libiscsi
-pkgver=1.7.0
-pkgrel=2
-depends=('glibc' 'popt')
+pkgver=1.12.0
+pkgrel=1
+makedepends=('git')
+depends=('glibc' 'popt' 'libgcrypt')
 pkgdesc="Clientside library to implement the iSCSI protocol"
 arch=(i686 x86_64)
 url="https://github.com/sahlberg/libiscsi"
 license=('LGPL')
-source=(https://github.com/downloads/sahlberg/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+source=(libiscsi::git+https://github.com/sahlberg/libiscsi.git#commit=85cbf3c10e945e7d769a6b23628061a96136b9c2)
+md5sums=('SKIP')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/${pkgname}"
   ./autogen.sh
   ./configure --prefix=/usr --disable-static --libdir=/usr/lib 
   make
@@ -19,12 +21,12 @@
 }
 
 check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/${pkgname}"
   make check
 }
 
 package () {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/${pkgname}"
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('4ba621f47d016d48ab93d5301ae5a363')
+md5sums=('SKIP')




More information about the arch-commits mailing list