Derive the _airwin variable from the $pkgver.
This commit is contained in:
parent
d465861d15
commit
fdf264705f
2 changed files with 6 additions and 2 deletions
5
Makefile
5
Makefile
|
|
@ -1,6 +1,9 @@
|
|||
|
||||
update:
|
||||
updpkgsums
|
||||
makepkg -i
|
||||
makepkg
|
||||
makepkg --printsrcinfo > .SRCINFO
|
||||
|
||||
clean:
|
||||
rm -rf pkg src air* Air* awcons*
|
||||
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
pkgname=airwindows-consolidated-bin
|
||||
pkgver=2025.08.10.26bbd5b
|
||||
_airwin="2025-08-10-26bbd5b"
|
||||
_airwin=$(echo ${pkgver} | sed -e 's/\./\-/g')
|
||||
pkgrel=1
|
||||
pkgdesc="The entirety of the Airwindows collection as LV2, VST3, and CLAP."
|
||||
arch=('x86_64')
|
||||
|
|
@ -14,6 +14,7 @@ conflicts=(airwindows-consolidated-git)
|
|||
source=("AirwindowsConsolidated-${_airwin}-Linux.zip::https://github.com/baconpaul/airwin2rack/releases/download/DAWPlugin/AirwindowsConsolidated-${_airwin}-Linux.zip")
|
||||
sha256sums=('7a8f02a1e174180464620f5007cfe72817c4636f486f586c4c1bd87cdbee34f6')
|
||||
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir/usr/lib/clap" "$pkgdir/usr/lib/lv2" "$pkgdir/usr/lib/vst3"
|
||||
cp -r "${srcdir}/awcons-products/Airwindows Consolidated.clap" "$pkgdir/usr/lib/clap/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue