summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2022-05-22 14:17:37 -0300
committerDaniel Bermond2022-05-22 14:17:37 -0300
commit0093551f380e4a878b193e070245936c62679a20 (patch)
tree393753ba75538645d7018be0981a28dd966ed570
parent7ba10c01cfbe560958dd01d097f1e6a2dfe2a406 (diff)
downloadaur-0093551f380e4a878b193e070245936c62679a20.tar.gz
Update to version 12
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90dbc20e78d1..6c0aef61d14a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = cpuid2cpuflags
- pkgdesc = Tool to get the instruction sets supported by your CPU
- pkgver = 11
+ pkgdesc = Tool to get the instruction sets supported by the local CPU
+ pkgver = 12
pkgrel = 1
url = https://github.com/mgorny/cpuid2cpuflags/
arch = x86_64
license = BSD
depends = glibc
- source = https://github.com/mgorny/cpuid2cpuflags/releases/download/v11/cpuid2cpuflags-11.tar.bz2
- sha256sums = 5c4b21b41e90f86225f155205edcf85309ad1aae131a6a7c75cba40459d3c36c
+ source = https://github.com/mgorny/cpuid2cpuflags/releases/download/v12/cpuid2cpuflags-12.tar.bz2
+ sha256sums = 9d37fa04316a36016aa14b9e6db9db12017bfc5fa063dde7e67a18e4d48793d2
pkgname = cpuid2cpuflags
-
diff --git a/PKGBUILD b/PKGBUILD
index d157b950c12d..ec5094be20a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=cpuid2cpuflags
-pkgver=11
+pkgver=12
pkgrel=1
-pkgdesc='Tool to get the instruction sets supported by your CPU'
+pkgdesc='Tool to get the instruction sets supported by the local CPU'
arch=('x86_64')
url='https://github.com/mgorny/cpuid2cpuflags/'
license=('BSD')
depends=('glibc')
source=("https://github.com/mgorny/cpuid2cpuflags/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('5c4b21b41e90f86225f155205edcf85309ad1aae131a6a7c75cba40459d3c36c')
+sha256sums=('9d37fa04316a36016aa14b9e6db9db12017bfc5fa063dde7e67a18e4d48793d2')
build() {
cd "${pkgname}-${pkgver}"