summaryrefslogtreecommitdiff
path: root/community/hwinfo/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/hwinfo/PKGBUILD')
-rw-r--r--community/hwinfo/PKGBUILD17
1 files changed, 8 insertions, 9 deletions
diff --git a/community/hwinfo/PKGBUILD b/community/hwinfo/PKGBUILD
index 8afe9f4d1..64bed05d8 100644
--- a/community/hwinfo/PKGBUILD
+++ b/community/hwinfo/PKGBUILD
@@ -1,31 +1,30 @@
-# $Id: PKGBUILD 111522 2014-05-19 14:32:47Z arodseth $
+# $Id: PKGBUILD 112706 2014-06-05 12:18:12Z 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.4.1.1
-pkgrel=2
+pkgver=21.5.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' 'perl')
-makedepends=('sysfsutils' 'rpmextract' 'flex' 'aria2')
+makedepends=('sysfsutils' 'rpmextract' 'flex')
options=('!emptydirs')
-source=("$pkgname.meta4::http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm"
+source=("http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm"
'custom_ioctl.patch')
-sha256sums=('SKIP'
+sha256sums=('d9c0705c5c70bf09b63a304133596264ea4978da72c93b6e85e86753a4072187'
'6e83b50aa34f31db5fe6de938402e7c4dda6ffa9ffe1346c076e4779018fcf1d')
prepare() {
- # Downloading the source rpm file, using meta4
- aria2c -M "$pkgname.meta4" -V -c --allow-overwrite=true --no-conf=true
+ #aria2c -M "$pkgname.meta4" -V -c --allow-overwrite=true --no-conf=true
# Wish upstream could just provide a normal $pkgname-$pkgver.tar.gz...
rpmextract.sh "$pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm"
- tar jxf "$pkgname-${pkgver%.*.*}.tar.bz2"
+ tar Jxf "$pkgname-${pkgver%.*.*}.tar.xz"
# Patching
cd "$pkgname-${pkgver%.*.*}"