Date: Friday, November 11, 2022 @ 21:39:07
Author: grawlinson
Revision: 1346859
archrelease: copy trunk to community-x86_64
Added:
libcpuid/repos/community-x86_64/PKGBUILD
(from rev 1346858, libcpuid/trunk/PKGBUILD)
Deleted:
libcpuid/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 108 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 54 insertions(+), 54 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-11 21:38:10 UTC (rev 1346858)
+++ PKGBUILD 2022-11-11 21:39:07 UTC (rev 1346859)
@@ -1,54 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-# Contributor: X0rg
-
-pkgname=libcpuid
-pkgver=0.6.1
-pkgrel=1
-pkgdesc='A small C library for x86 CPU detection and feature extraction'
-arch=('x86_64')
-url='http://libcpuid.sourceforge.net'
-license=('BSD')
-depends=('glibc')
-makedepends=(
- 'git'
- 'cmake'
- 'ninja'
- 'doxygen'
- 'python'
- 'graphviz'
-)
-options=('debug')
-_commit='e5b5f2e0193ffce91e02bc585bf42fa58acd296b'
-source=("$pkgname::git+https://github.com/anrieff/libcpuid#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
- cd "$pkgname"
-
- git describe --tags | sed 's/^v//'
-}
-
-build() {
- cmake \
- -S "$pkgname" \
- -B build \
- -G Ninja \
- -D CMAKE_BUILD_TYPE=Release \
- -D CMAKE_INSTALL_PREFIX=/usr \
- -D LIBCPUID_TESTS=ON
-
- cmake --build build
-}
-
-check() {
- cd build
-
- ninja consistency test-old
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-
- # license
- install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname"
"$pkgname/COPYING"
-}
Copied: libcpuid/repos/community-x86_64/PKGBUILD (from rev 1346858,
libcpuid/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-11 21:39:07 UTC (rev 1346859)
@@ -0,0 +1,54 @@
+# Maintainer: George Rawlinson <[email protected]>
+# Contributor: X0rg
+
+pkgname=libcpuid
+pkgver=0.6.2
+pkgrel=1
+pkgdesc='A small C library for x86 CPU detection and feature extraction'
+arch=('x86_64')
+url='http://libcpuid.sourceforge.net'
+license=('BSD')
+depends=('glibc')
+makedepends=(
+ 'git'
+ 'cmake'
+ 'ninja'
+ 'doxygen'
+ 'python'
+ 'graphviz'
+)
+options=('debug')
+_commit='3d1ed275c9359e1ae51c4313942e31e838c77ebf'
+source=("$pkgname::git+https://github.com/anrieff/libcpuid#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+ cd "$pkgname"
+
+ git describe --tags | sed 's/^v//'
+}
+
+build() {
+ cmake \
+ -S "$pkgname" \
+ -B build \
+ -G Ninja \
+ -D CMAKE_BUILD_TYPE=Release \
+ -D CMAKE_INSTALL_PREFIX=/usr \
+ -D LIBCPUID_TESTS=ON
+
+ cmake --build build
+}
+
+check() {
+ cd build
+
+ ninja consistency test-old
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+
+ # license
+ install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname"
"$pkgname/COPYING"
+}