summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoréclairevoyant2023-06-10 12:47:51 -0400
committeréclairevoyant2023-06-10 12:47:51 -0400
commit21d30186c4f0049c5b27655111460fc01ec72f15 (patch)
tree737682bb45888c81c157a98a7bd38a725c742c4c
parentd6ecce1ad68615f6db162d01991bdd83f119f882 (diff)
downloadaur-21d30186c4f0049c5b27655111460fc01ec72f15.tar.gz
libvolk-git: fix checksums; provide libcpufeatures
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 011f03299348..d20d10694a1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,11 +14,13 @@ pkgbase = libvolk-git
depends = gcc-libs
depends = orc
depends = python-six
+ provides = libcpufeatures
provides = libvolk=3.0.0
+ conflicts = libcpufeatures
conflicts = libvolk
source = libvolk-git::git+https://github.com/gnuradio/volk.git
source = git+https://github.com/google/cpu_features.git
b2sums = SKIP
- b2sums = c2784a6e4b9eab658acc7f967f0ca869148da9d0c75f0df7130ff585b17fb8600a755784aa3eccec80005a8900448be379b92c6c92e0dcce8491fac6a59e7dd2
+ b2sums = SKIP
pkgname = libvolk-git
diff --git a/PKGBUILD b/PKGBUILD
index 20d9eba8d990..3d72e987f05e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,12 +10,12 @@ url="https://libvolk.org/"
license=(GPL3)
depends=(boost-libs gcc-libs orc python-six)
makedepends=(boost cmake git python-mako)
-provides=("libvolk=${pkgver%%.r*}")
-conflicts=(libvolk)
+provides=(libcpufeatures "libvolk=${pkgver%%.r*}")
+conflicts=(libcpufeatures libvolk)
source=("$pkgname::git+https://github.com/gnuradio/volk.git"
"git+https://github.com/google/cpu_features.git")
b2sums=('SKIP'
- 'c2784a6e4b9eab658acc7f967f0ca869148da9d0c75f0df7130ff585b17fb8600a755784aa3eccec80005a8900448be379b92c6c92e0dcce8491fac6a59e7dd2')
+ 'SKIP')
prepare() {
cd $pkgname