summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUffe Jakobsen2016-02-04 17:55:27 +0100
committerUffe Jakobsen2016-02-04 17:55:27 +0100
commit33e90b90e3c981960caf178e929c82a0246d8580 (patch)
tree8ae520001a076e7320117b7726f1b0ff8482cc02
parent81ced05d7aa29e14b76ae1cded67094926fbddf4 (diff)
downloadaur-33e90b90e3c981960caf178e929c82a0246d8580.tar.gz
Fix depends - it should be an array - pkgrel is not bumped
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6a58661a003..bc5bb7c0fa9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Thu Feb 4 16:53:58 UTC 2016
pkgbase = cpuid
pkgdesc = Linux tool to dump x86 CPUID information about the CPU(s)
pkgver = 20151017
diff --git a/PKGBUILD b/PKGBUILD
index f5fa65f0d832..7d93c5292fe7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Linux tool to dump x86 CPUID information about the CPU(s)"
url="http://www.etallen.com/cpuid.html"
license=('GPL')
arch=('i686' 'x86_64')
-depends="glibc"
+depends=('glibc')
groups=('system')
source=("http://www.etallen.com/$pkgname/$pkgname-$pkgver.src.tar.gz")
md5sums=('445f4674f0ca7fe10d0a24e0bd34d40d')