summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXorg2018-12-02 21:31:49 +0100
committerXorg2018-12-02 21:31:49 +0100
commite703b7307e0ef7eb128c5f51d04aa0a0ed423fa5 (patch)
treebc92ff430b2ed45cf7ec86d152d202a27eb22013
parentb3059009424f097fff6431dd33cf1e8125c33fc8 (diff)
downloadaur-e703b7307e0ef7eb128c5f51d04aa0a0ed423fa5.tar.gz
cpu-x-git: Change libcpuid-git to libcpuid in the dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5f30820f15c..b7acb888396d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# 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.1.0.r0.29bfcf2
@@ -13,7 +11,7 @@ pkgbase = cpu-x-git
depends = gtk3
depends = ncurses
depends = curl
- depends = libcpuid-git
+ depends = libcpuid
depends = pciutils
depends = procps-ng
provides = cpu-x
diff --git a/PKGBUILD b/PKGBUILD
index 7688212110b9..cbee7dcf3f10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ 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' 'curl' 'libcpuid-git' 'pciutils' 'procps-ng')
+depends=('gtk3' 'ncurses' 'curl' 'libcpuid' 'pciutils' 'procps-ng')
makedepends=('cmake' 'nasm')
provides=('cpu-x')
conflicts=('cpu-x')