summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristian Hesse2017-08-08 07:52:21 +0200
committerChristian Hesse2017-08-08 07:52:21 +0200
commitc56da584ccbccd8600848f6971ec4edf7df43694 (patch)
treea98242e8f39c6cf4c1061c1e925a16717e8b536d /PKGBUILD
parentc7f1ecb248d157c4a45dc0229416dc11b8810323 (diff)
downloadaur-c56da584ccbccd8600848f6971ec4edf7df43694.tar.gz
commit x86info 1.30.158-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 281bce16e002..c549ceece250 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,17 @@
# Contributor: Jakub Luzny <limoto94@gmail.com>
pkgname=x86info
-_commit=27ace37d
-pkgver=1.30.137
-pkgrel=2
+_commit='9501749231164135db25c72cbeb42bf32af1519b'
+pkgver=1.30.158
+pkgrel=1
pkgdesc='A CPU identification utility. Provides more info than /proc/cpuinfo'
arch=('i686' 'x86_64')
-url="http://www.codemonkey.org.uk/projects/x86info/"
+depends=('pciutils')
+url='https://github.com/kernelslacker/x86info'
license=('GPL')
install=x86info.install
makedepends=('git')
-source=("git://github.com/dankamongmen/x86info.git#commit=${_commit}")
+source=("git://github.com/kernelslacker/x86info.git#commit=${_commit}")
sha256sums=('SKIP')
pkgver() {