diff --git a/.SRCINFO b/.SRCINFO index d5ecd7c..0a2491b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = airwindows-consolidated-bin - pkgdesc = The entirety of the Airwindows collection, as LV2 and VST3. - pkgver = 0.2.0 + pkgdesc = The entirety of the Airwindows collection as LV2, VST3, and CLAP. + pkgver = 0.3.0 pkgrel = 1 url = https://www.airwindows.com/consolidated/ arch = x86_64 @@ -11,7 +11,7 @@ pkgbase = airwindows-consolidated-bin license = GPL3 provides = airwindows-consolidated conflicts = airwindows-consolidated - source = AirwindowsConsolidated-2025-07-13-dc94a5b-Linux.zip::https://github.com/baconpaul/airwin2rack/releases/download/DAWPlugin/AirwindowsConsolidated-2025-07-13-dc94a5b-Linux.zip - sha256sums = 2fb4e1a1d25d6ea2d5ef428a4211744f56cbb71af282ac90d18b22a0326a84eb + source = AirwindowsConsolidated-2025-07-16-b6c3120-Linux.zip::https://github.com/baconpaul/airwin2rack/releases/download/DAWPlugin/AirwindowsConsolidated-2025-07-16-b6c3120-Linux.zip + sha256sums = 00d0e9d17d90f500b98f524ee5f9979e5877c2f580a0c41c50c75b755836e11a pkgname = airwindows-consolidated-bin diff --git a/PKGBUILD b/PKGBUILD index 9e99bf3..6df5668 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,11 +2,11 @@ # vim:set ts=2 sw=2 et: pkgname=airwindows-consolidated-bin -pkgver=0.2.0 +pkgver=0.3.0 pkgrel=1 -_airwin="2025-07-13-dc94a5b" +_airwin="2025-07-16-b6c3120" epoch= -pkgdesc="The entirety of the Airwindows collection, as LV2 and VST3." +pkgdesc="The entirety of the Airwindows collection as LV2, VST3, and CLAP." arch=('x86_64') url="https://www.airwindows.com/consolidated/" license=('GPL3') @@ -22,7 +22,7 @@ options=() install= changelog= source=("AirwindowsConsolidated-${_airwin}-Linux.zip::https://github.com/baconpaul/airwin2rack/releases/download/DAWPlugin/AirwindowsConsolidated-${_airwin}-Linux.zip") -sha256sums=('2fb4e1a1d25d6ea2d5ef428a4211744f56cbb71af282ac90d18b22a0326a84eb') +sha256sums=('00d0e9d17d90f500b98f524ee5f9979e5877c2f580a0c41c50c75b755836e11a') package() { mkdir -p "$pkgdir/usr/lib/clap" "$pkgdir/usr/lib/lv2" "$pkgdir/usr/lib/vst3" diff --git a/README.md b/README.md new file mode 100644 index 0000000..8cb3a10 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ + +# Airwindows Consolidated + +This is Arch AUR package for the binary release of Airwindows Consolidated, +a giant and fantastic collection of audio processing plugins from Chris. + +"Handsewn bespoke digital audio". + +https://www.airwindows.com/ + + +'Consolidated' is an effort to take his hundreds of individual plugins, and +create a single DAW plug, with docs and organization. + + + +# Steps to Update the Package + +- Update the `_airwin` variable in the `PKGBUILD` file to match + the latest release found [here](https://github.com/baconpaul/airwin2rack/releases/tag/DAWPlugin). +- Bump the `pkgver`. +- Run `updpkgsums`. +- Run `makepkg -i` and ensure things work. +- Run `makepkg --printsrcinfo > .SRCINFO`. +- Go make some music.