summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorredtide2023-08-13 16:19:51 +0200
committerredtide2023-08-13 16:19:51 +0200
commitca95f0e2d3f7f31adb7d0da98e7b25bdf09525ae (patch)
treee152f14abe18acf4c49662c8793cff44d59de800 /PKGBUILD
parentfe8f0eee832a6b461c077cfec61e58f6f6c0d3a3 (diff)
downloadaur-ca95f0e2d3f7f31adb7d0da98e7b25bdf09525ae.tar.gz
Minor script update/fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0bc99a17e7ab..97e996689cc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jean Pierre Cimalando <jp-dev@inbox.ru>
# Based on official PKGBUILD by dvzrv at
-# https://github.com/archlinux/svntogit-community/blob/packages/sfizz/trunk/PKGBUILD
+# https://gitlab.archlinux.org/archlinux/packaging/packages/sfizz/
_pkgname=sfizz
_gitname=$_pkgname-ui
@@ -52,7 +52,7 @@ source=(
git+https://github.com/mackron/dr_libs
git+https://github.com/sfztools/libaiff
git+https://github.com/sfztools/stb_vorbis
- git+https://github.com/dbry/WavPack.git
+ wavpack::git+https://github.com/dbry/WavPack.git
)
sha512sums=('SKIP'
'SKIP'
@@ -96,10 +96,8 @@ prepare() {
rm -rf $_gitname/library
ln -svf $(pwd)/library $_gitname/
- mv ../WavPack ../wavpack
pushd ./library/external/st_audiofile/thirdparty
- mv "$srcdir/WavPack" "$srcdir/wavpack"
for module in dr_libs libaiff stb_vorbis wavpack; do
rm -rf $module
ln -svf "$srcdir/$module" $module