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

Alexander Rødseth arodseth at nymeria.archlinux.org
Sun May 18 18:02:49 UTC 2014


    Date: Sunday, May 18, 2014 @ 20:02:48
  Author: arodseth
Revision: 111448

upgpkg: hwinfo 21.4.1.1-1

Modified:
  hwinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-18 17:39:35 UTC (rev 111447)
+++ PKGBUILD	2014-05-18 18:02:48 UTC (rev 111448)
@@ -5,24 +5,25 @@
 # Contributor: champus, madeye, ranguvar and ninja_pt
 
 pkgname=hwinfo
-pkgver=21.0.1.3
+pkgver=21.4.1.1
 pkgrel=1
 pkgdesc='Hardware detection tool from openSUSE'
 arch=('x86_64' 'i686')
 url='http://download.opensuse.org/source/factory/repo/oss/suse/src/'
 license=('GPL2')
-depends=('libx86emu' 'bash')
+depends=('libx86emu' 'bash' 'perl')
 makedepends=('sysfsutils' 'rpmextract' 'flex' 'aria2')
 options=('!emptydirs')
 source=("$pkgname.meta4::http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm"
         'custom_ioctl.patch')
-sha256sums=('SKIP' '6e83b50aa34f31db5fe6de938402e7c4dda6ffa9ffe1346c076e4779018fcf1d')
+sha256sums=('69abbeb2e53268fcf675fea990bb6703dc3031235c130605bae853b898b59205'
+            '6e83b50aa34f31db5fe6de938402e7c4dda6ffa9ffe1346c076e4779018fcf1d')
 
 prepare() {
   # Downloading the source rpm file, using meta4
   aria2c -M "$pkgname.meta4" -V -c --allow-overwrite=true --no-conf=true
 
-  # Wish they would just provide a normal $pkgname-$pkgver.tar.gz...
+  # Wish upstream could just provide a normal $pkgname-$pkgver.tar.gz...
   rpmextract.sh "$pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm"
   tar jxf "$pkgname-${pkgver%.*.*}.tar.bz2"
 




More information about the arch-commits mailing list