summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXorg2022-10-04 19:32:26 +0200
committerXorg2022-10-04 19:32:26 +0200
commite726e891454add7a5f002f53e7920b68632dc6a0 (patch)
tree036eecf8d514dfdb06dac7d2bce969530e8d95d5 /PKGBUILD
parent738d8575363e5bb98f01bd1e03408b9b75886235 (diff)
downloadaur-e726e891454add7a5f002f53e7920b68632dc6a0.tar.gz
Fix provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5953f10bd4b3..6412561cf245 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
_pkgname=libcpuid
pkgname=$_pkgname-git
epoch=2
-pkgver=0.6.0.r0.g3bf569f
-pkgrel=1
+pkgver=0.6.0.r6.gf8f73a2
+pkgrel=2
pkgdesc="A small C library for x86 CPU detection and feature extraction"
arch=('i686' 'x86_64')
url="http://libcpuid.sourceforge.net"
license=('BSD')
depends=('glibc')
makedepends=('git' 'cmake' 'ninja' 'doxygen')
-provides=('libcpuid')
+provides=('libcpuid=0.6.0')
conflicts=('libcpuid')
source=("git+https://github.com/anrieff/libcpuid.git")
sha512sums=('SKIP')