extra/libvolk to 3.1.2-1

This commit is contained in:
Kevin Mihelich 2024-02-27 20:57:27 +00:00
parent 27e966ed2d
commit 47eb5974bc
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = libvolk
pkgdesc = The Vector-Optimized Library of Kernels from Gnuradio
pkgver = 3.1.1
pkgver = 3.1.2
pkgrel = 1
epoch = 2
url = https://www.libvolk.org/
@ -11,11 +11,11 @@ pkgbase = libvolk
depends = gcc-libs
depends = orc
depends = python
source = volk-3.1.1.tgz::https://github.com/gnuradio/volk/archive/v3.1.1.tar.gz
source = volk-3.1.2.tgz::https://github.com/gnuradio/volk/archive/v3.1.2.tar.gz
source = cpufeatures-0.9.0.tgz::https://github.com/google/cpu_features/archive/v0.9.0.tar.gz
validpgpkeys = 09E749D885FA881A7E84E823385323EE6402091D
validpgpkeys = D74F9F146E7F755783583158B343B2BA293E5174
sha256sums = 597f3e17c61975bce109e4d02cce2d414d6362e0922e766c10a98e4922cbf427
sha256sums = 90082bf68d76d00aa6c35f8bff0e93891b4204d817e1a3ba829486b445f715dc
sha256sums = bdb3484de8297c49b59955c3b22dba834401bc2df984ef5cfc17acbe69c5018e
pkgname = libvolk

View file

@ -7,7 +7,7 @@
_name=volk
pkgname=libvolk
epoch=2
pkgver=3.1.1
pkgver=3.1.2
_cpuver=0.9.0
pkgrel=1
pkgdesc="The Vector-Optimized Library of Kernels from Gnuradio"
@ -18,7 +18,7 @@ depends=('gcc-libs' 'orc' 'python')
makedepends=('cmake' 'python-mako')
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")
sha256sums=('597f3e17c61975bce109e4d02cce2d414d6362e0922e766c10a98e4922cbf427'
sha256sums=('90082bf68d76d00aa6c35f8bff0e93891b4204d817e1a3ba829486b445f715dc'
'bdb3484de8297c49b59955c3b22dba834401bc2df984ef5cfc17acbe69c5018e')
validpgpkeys=('09E749D885FA881A7E84E823385323EE6402091D'
'D74F9F146E7F755783583158B343B2BA293E5174')