summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXorg2016-09-24 19:02:22 +0200
committerXorg2016-09-24 19:02:23 +0200
commitb3059009424f097fff6431dd33cf1e8125c33fc8 (patch)
treee040affca5c16584e1ac6991090b68a60df569ad
parent61eb873fc9668ae19482bab7e485310af6988954 (diff)
downloadaur-b3059009424f097fff6431dd33cf1e8125c33fc8.tar.gz
Update cpu-x to version 3.1.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3915f640b8e7..a5f30820f15c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jun 15 20:42:48 UTC 2016
+# Sat Sep 24 17:02:22 UTC 2016
pkgbase = cpu-x-git
pkgdesc = A Free software that gathers information on CPU, motherboard and more
- pkgver = 3.0.0.r0.gc698ca3
+ pkgver = 3.1.0.r0.29bfcf2
pkgrel = 1
url = http://X0rg.github.io/CPU-X/
arch = i686
@@ -12,11 +12,10 @@ pkgbase = cpu-x-git
makedepends = nasm
depends = gtk3
depends = ncurses
+ depends = curl
depends = libcpuid-git
depends = pciutils
depends = procps-ng
- optdepends = curl: check if CPU-X is up-to-date when using --version
- optdepends = wget: check if CPU-X is up-to-date when using --version if curl is missing
provides = cpu-x
conflicts = cpu-x
source = git+https://github.com/X0rg/CPU-X.git
diff --git a/PKGBUILD b/PKGBUILD
index 5d5ae0178384..7688212110b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,14 @@
_realname=CPU-X
pkgname=cpu-x-git
-pkgver=3.0.0.r0.gc698ca3
+pkgver=3.1.0.r0.29bfcf2
pkgrel=1
pkgdesc="A Free software that gathers information on CPU, motherboard and more"
arch=('i686' 'x86_64')
url="http://X0rg.github.io/CPU-X/"
license=('GPL3')
-depends=('gtk3' 'ncurses' 'libcpuid-git' 'pciutils' 'procps-ng')
+depends=('gtk3' 'ncurses' 'curl' 'libcpuid-git' 'pciutils' 'procps-ng')
makedepends=('cmake' 'nasm')
-optdepends=('curl: check if CPU-X is up-to-date when using --version'
- 'wget: check if CPU-X is up-to-date when using --version if curl is missing')
provides=('cpu-x')
conflicts=('cpu-x')
source=("git+https://github.com/X0rg/CPU-X.git")