summaryrefslogtreecommitdiff
path: root/community/hwinfo
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-05-19 04:14:09 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-05-19 04:14:09 +0000
commitafb660f06bce8338225c531b092c1c1205239072 (patch)
tree8cad5584354b274da4456842a0ea47eb0069027a /community/hwinfo
parent423ae5a5a1cd103d57b8cb52279533b3011f42d8 (diff)
Mon May 19 04:07:36 UTC 2014
Diffstat (limited to 'community/hwinfo')
-rw-r--r--community/hwinfo/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/community/hwinfo/PKGBUILD b/community/hwinfo/PKGBUILD
index 79088553f..e3f9818fc 100644
--- a/community/hwinfo/PKGBUILD
+++ b/community/hwinfo/PKGBUILD
@@ -1,28 +1,29 @@
-# $Id: PKGBUILD 107044 2014-03-11 18:19:44Z arodseth $
+# $Id: PKGBUILD 111449 2014-05-18 18:02:57Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Kaiting Chen <kaitocracy@gmail.com>
# Contributor: Gergely Imreh <imrehgATgmailDOTcom>
# 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=("hwinfo.meta4::http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm"
+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-$pkgvar.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"