[arch-commits] Commit in libvolk/trunk (PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Thu Dec 31 05:55:23 UTC 2020
Date: Thursday, December 31, 2020 @ 05:55:22
Author: kkeen
Revision: 800339
upgpkg: libvolk 2.4.1-1
Modified:
libvolk/trunk/PKGBUILD
----------+
PKGBUILD | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-31 05:19:10 UTC (rev 800338)
+++ PKGBUILD 2020-12-31 05:55:22 UTC (rev 800339)
@@ -1,8 +1,9 @@
# Maintainer: Kyle Keen <keenerd at gmail.com>
pkgname=libvolk
-pkgver=2.3.0
-pkgrel=3
+pkgver=2.4.1
+_cpuver=0.6.0
+pkgrel=1
pkgdesc="The Vector-Optimized Library of Kernels from Gnuradio"
arch=('x86_64')
url="http://libvolk.org/"
@@ -12,14 +13,22 @@
#source=("http://libvolk.org/releases/volk-$pkgver.tar.gz"{,.asc})
#source=("http://libvolk.org/releases/volk-$pkgver.tar.gz")
#source=("https://github.com/gnuradio/volk/releases/download/v$pkgver/volk-v$pkgver.tar.gz"{,.asc})
-source=("volk-$pkgver.tgz::https://github.com/gnuradio/volk/archive/v$pkgver.tar.gz")
+source=("volk-$pkgver.tgz::https://github.com/gnuradio/volk/archive/v$pkgver.tar.gz"
+ "cpufeatures-$_cpuver.tgz::https://github.com/google/cpu_features/archive/v$_cpuver.tar.gz")
# new upstream maintainer, no sig for 2.1.0 or real release?
-md5sums=('7b93b9b0e2ac7843dd11619d22ccf17a')
+md5sums=('972f95afffcdfcedbfac2a01231a4794'
+ '72a153f809bfab2253978959da0915ef')
validpgpkeys=('09E749D885FA881A7E84E823385323EE6402091D'
'D74F9F146E7F755783583158B343B2BA293E5174')
# doxygen for docs
+prepare() {
+ cd "$srcdir/volk-$pkgver"
+ rmdir cpu_features
+ ln -sf "$srcdir/cpu_features-$_cpuver" cpu_features
+}
+
build() {
export PYTHON=python3
cd "$srcdir/volk-$pkgver"
More information about the arch-commits
mailing list