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

Ionut Biru ibiru at archlinux.org
Wed Jun 9 19:35:20 UTC 2010


    Date: Wednesday, June 9, 2010 @ 15:35:19
  Author: ibiru
Revision: 82274

upgpkg: sg3_utils 1.29-1
update to 1.29

Modified:
  sg3_utils/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-09 19:30:05 UTC (rev 82273)
+++ PKGBUILD	2010-06-09 19:35:19 UTC (rev 82274)
@@ -1,7 +1,7 @@
 #$Id$
 # Maintainer: Daniel Isenmann <daniel at archlinux.org>
 pkgname=sg3_utils
-pkgver=1.28
+pkgver=1.29
 pkgrel=1
 pkgdesc="Generic SCSI utilities"
 arch=(i686 x86_64)
@@ -9,14 +9,11 @@
 license=('GPL' 'custom:BSD')
 depends=('glibc')
 options=('!libtool')
-source=(http://sg.danny.cz/sg/p/${pkgname}-${pkgver}.tgz
-        stdint.patch)
-md5sums=('e59d5eb56475e2443b6188cf50ac8f67'
-         '795480007541389d2ceebb364c75dbcf')
+source=(http://sg.danny.cz/sg/p/${pkgname}-${pkgver}.tgz)
+md5sums=('17b8f2bc1b32bd036515683cc87328ea')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np0 -i "${srcdir}/stdint.patch" || return 1
   ./configure --prefix=/usr || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1




More information about the arch-commits mailing list