diff options
Diffstat (limited to 'community/hwinfo')
-rw-r--r-- | community/hwinfo/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/community/hwinfo/PKGBUILD b/community/hwinfo/PKGBUILD index d976fe67f..4035112ac 100644 --- a/community/hwinfo/PKGBUILD +++ b/community/hwinfo/PKGBUILD @@ -1,6 +1,6 @@ -# $Id: PKGBUILD 66324 2012-02-23 14:26:30Z arodseth $ -# Maintainer: Kaiting Chen <kaitocracy@gmail.com> -# Contributor: Alexander Rødseth <rodseth@gmail.com> +# $Id: PKGBUILD 75503 2012-08-26 12:50:22Z arodseth $ +# Maintainer: Alexander Rødseth <rodseth@gmail.com> +# Contributor: Kaiting Chen <kaitocracy@gmail.com> # Contributor: Gergely Imreh <imrehgATgmailDOTcom> # Contributor: champus # Contributor: madeye @@ -8,18 +8,18 @@ # Contributor: ninja_pt pkgname=hwinfo -pkgver=19.1 -_subver=1.2 +pkgver=20.0 +_subver=1.4 pkgrel=1 pkgdesc='Hardware detection tool from openSUSE' arch=('i686' 'x86_64' 'mips64el') -url='http://www.opensuse.org/' +url='http://download.opensuse.org/source/factory/repo/oss/suse/src/' license=('GPL2') depends=('perl' 'libx86emu') makedepends=('sysfsutils' 'rpmextract' 'flex') source=("http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-$pkgver-$_subver.src.rpm" 'custom_ioctl.patch') -sha256sums=('77b67512f7a7a027200233b6c89be2b777f96b2a6d742b695cb062f9cf4ec258' +sha256sums=('466423b00fda00bc5e927352fb8d2f52b4d4e4b298401cd44c48231951c2a26b' '6e83b50aa34f31db5fe6de938402e7c4dda6ffa9ffe1346c076e4779018fcf1d') build() { |