Update to 2025-11-22-2e9cb5f.
This commit is contained in:
parent
a25716baab
commit
9f38343ee6
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = airwindows-consolidated-bin
|
pkgbase = airwindows-consolidated-bin
|
||||||
pkgdesc = The entirety of the Airwindows collection as LV2, VST3, and CLAP.
|
pkgdesc = The entirety of the Airwindows collection as LV2, VST3, and CLAP.
|
||||||
pkgver = 2025.11.15.bf51c67
|
pkgver = 2025.11.22.2e9cb5f
|
||||||
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
|
||||||
conflicts = airwindows-consolidated-git
|
conflicts = airwindows-consolidated-git
|
||||||
options = !debug
|
options = !debug
|
||||||
source = AirwindowsConsolidated-2025-11-15-bf51c67-Linux.zip::https://github.com/baconpaul/airwin2rack/releases/download/DAWPlugin/AirwindowsConsolidated-2025-11-15-bf51c67-Linux.zip
|
source = AirwindowsConsolidated-2025-11-22-2e9cb5f-Linux.zip::https://github.com/baconpaul/airwin2rack/releases/download/DAWPlugin/AirwindowsConsolidated-2025-11-22-2e9cb5f-Linux.zip
|
||||||
sha256sums = 916e945ddd2d3fbda5bda52fa4e98af482fe108a35d15d741784647061359601
|
sha256sums = 85a86ceefebbf8e9d0bd39571158f40f2354f65deff3b4024ef71b57b806926c
|
||||||
|
|
||||||
pkgname = airwindows-consolidated-bin
|
pkgname = airwindows-consolidated-bin
|
||||||
|
|
|
||||||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
||||||
# vim:set ts=2 sw=2 et:
|
# vim:set ts=2 sw=2 et:
|
||||||
|
|
||||||
pkgname=airwindows-consolidated-bin
|
pkgname=airwindows-consolidated-bin
|
||||||
pkgver=2025.11.15.bf51c67
|
pkgver=2025.11.22.2e9cb5f
|
||||||
_airwin=$(echo ${pkgver} | sed -e 's/\./\-/g')
|
_airwin=$(echo ${pkgver} | sed -e 's/\./\-/g')
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="The entirety of the Airwindows collection as LV2, VST3, and CLAP."
|
pkgdesc="The entirety of the Airwindows collection as LV2, VST3, and CLAP."
|
||||||
|
|
@ -13,7 +13,7 @@ groups=(clap-plugins lv2-plugins pro-audio vst3-plugins)
|
||||||
options=('!debug')
|
options=('!debug')
|
||||||
conflicts=(airwindows-consolidated-git)
|
conflicts=(airwindows-consolidated-git)
|
||||||
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=('916e945ddd2d3fbda5bda52fa4e98af482fe108a35d15d741784647061359601')
|
sha256sums=('85a86ceefebbf8e9d0bd39571158f40f2354f65deff3b4024ef71b57b806926c')
|
||||||
|
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue