Update to latest.
This commit is contained in:
parent
20a8ed00f2
commit
4626cab92e
3 changed files with 33 additions and 8 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = airwindows-consolidated-bin
|
pkgbase = airwindows-consolidated-bin
|
||||||
pkgdesc = The entirety of the Airwindows collection, as LV2 and VST3.
|
pkgdesc = The entirety of the Airwindows collection as LV2, VST3, and CLAP.
|
||||||
pkgver = 0.2.0
|
pkgver = 0.3.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://www.airwindows.com/consolidated/
|
url = https://www.airwindows.com/consolidated/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
|
@ -11,7 +11,7 @@ pkgbase = airwindows-consolidated-bin
|
||||||
license = GPL3
|
license = GPL3
|
||||||
provides = airwindows-consolidated
|
provides = airwindows-consolidated
|
||||||
conflicts = 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
|
source = AirwindowsConsolidated-2025-07-16-b6c3120-Linux.zip::https://github.com/baconpaul/airwin2rack/releases/download/DAWPlugin/AirwindowsConsolidated-2025-07-16-b6c3120-Linux.zip
|
||||||
sha256sums = 2fb4e1a1d25d6ea2d5ef428a4211744f56cbb71af282ac90d18b22a0326a84eb
|
sha256sums = 00d0e9d17d90f500b98f524ee5f9979e5877c2f580a0c41c50c75b755836e11a
|
||||||
|
|
||||||
pkgname = airwindows-consolidated-bin
|
pkgname = airwindows-consolidated-bin
|
||||||
|
|
|
||||||
8
PKGBUILD
8
PKGBUILD
|
|
@ -2,11 +2,11 @@
|
||||||
# vim:set ts=2 sw=2 et:
|
# vim:set ts=2 sw=2 et:
|
||||||
|
|
||||||
pkgname=airwindows-consolidated-bin
|
pkgname=airwindows-consolidated-bin
|
||||||
pkgver=0.2.0
|
pkgver=0.3.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
_airwin="2025-07-13-dc94a5b"
|
_airwin="2025-07-16-b6c3120"
|
||||||
epoch=
|
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')
|
arch=('x86_64')
|
||||||
url="https://www.airwindows.com/consolidated/"
|
url="https://www.airwindows.com/consolidated/"
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
|
|
@ -22,7 +22,7 @@ options=()
|
||||||
install=
|
install=
|
||||||
changelog=
|
changelog=
|
||||||
source=("AirwindowsConsolidated-${_airwin}-Linux.zip::https://github.com/baconpaul/airwin2rack/releases/download/DAWPlugin/AirwindowsConsolidated-${_airwin}-Linux.zip")
|
source=("AirwindowsConsolidated-${_airwin}-Linux.zip::https://github.com/baconpaul/airwin2rack/releases/download/DAWPlugin/AirwindowsConsolidated-${_airwin}-Linux.zip")
|
||||||
sha256sums=('2fb4e1a1d25d6ea2d5ef428a4211744f56cbb71af282ac90d18b22a0326a84eb')
|
sha256sums=('00d0e9d17d90f500b98f524ee5f9979e5877c2f580a0c41c50c75b755836e11a')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
mkdir -p "$pkgdir/usr/lib/clap" "$pkgdir/usr/lib/lv2" "$pkgdir/usr/lib/vst3"
|
mkdir -p "$pkgdir/usr/lib/clap" "$pkgdir/usr/lib/lv2" "$pkgdir/usr/lib/vst3"
|
||||||
|
|
|
||||||
25
README.md
Normal file
25
README.md
Normal file
|
|
@ -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.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue