summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoréclairevoyant2023-06-10 12:47:51 -0400
committeréclairevoyant2023-06-10 12:47:51 -0400
commit21d30186c4f0049c5b27655111460fc01ec72f15 (patch)
tree737682bb45888c81c157a98a7bd38a725c742c4c /PKGBUILD
parentd6ecce1ad68615f6db162d01991bdd83f119f882 (diff)
downloadaur-libvolk-git.tar.gz
libvolk-git: fix checksums; provide libcpufeatures
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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