Update to 2025-07-27-e4b86c9.
This commit is contained in:
parent
0030f01eff
commit
3392a8bb8b
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = airwindows-consolidated-bin
|
||||
pkgdesc = The entirety of the Airwindows collection as LV2, VST3, and CLAP.
|
||||
pkgver = 2025.07.19.6d00a9d
|
||||
pkgver = 2025.07.27.e4b86c9
|
||||
pkgrel = 1
|
||||
url = https://www.airwindows.com/consolidated/
|
||||
arch = x86_64
|
||||
|
|
@ -10,7 +10,7 @@ pkgbase = airwindows-consolidated-bin
|
|||
groups = vst3-plugins
|
||||
license = GPL3
|
||||
conflicts = airwindows-consolidated-git
|
||||
source = AirwindowsConsolidated-2025-07-19-6d00a9d-Linux.zip::https://github.com/baconpaul/airwin2rack/releases/download/DAWPlugin/AirwindowsConsolidated-2025-07-19-6d00a9d-Linux.zip
|
||||
sha256sums = 0a12e14b2285b7b485e1f2394fa1028f56a8a3b260f39820f81aaa86172949c6
|
||||
source = AirwindowsConsolidated-2025-07-27-e4b86c9-Linux.zip::https://github.com/baconpaul/airwin2rack/releases/download/DAWPlugin/AirwindowsConsolidated-2025-07-27-e4b86c9-Linux.zip
|
||||
sha256sums = 4d5f156547c97149db6f225d081b3dfd45dd0d48fac1155aa5f7e1ed857729c0
|
||||
|
||||
pkgname = airwindows-consolidated-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,8 +2,8 @@
|
|||
# vim:set ts=2 sw=2 et:
|
||||
|
||||
pkgname=airwindows-consolidated-bin
|
||||
pkgver=2025.07.19.6d00a9d
|
||||
_airwin="2025-07-19-6d00a9d"
|
||||
pkgver=2025.07.27.e4b86c9
|
||||
_airwin="2025-07-27-e4b86c9"
|
||||
pkgrel=1
|
||||
pkgdesc="The entirety of the Airwindows collection as LV2, VST3, and CLAP."
|
||||
arch=('x86_64')
|
||||
|
|
@ -12,7 +12,7 @@ license=('GPL3')
|
|||
groups=(clap-plugins lv2-plugins pro-audio vst3-plugins)
|
||||
conflicts=(airwindows-consolidated-git)
|
||||
source=("AirwindowsConsolidated-${_airwin}-Linux.zip::https://github.com/baconpaul/airwin2rack/releases/download/DAWPlugin/AirwindowsConsolidated-${_airwin}-Linux.zip")
|
||||
sha256sums=('0a12e14b2285b7b485e1f2394fa1028f56a8a3b260f39820f81aaa86172949c6')
|
||||
sha256sums=('4d5f156547c97149db6f225d081b3dfd45dd0d48fac1155aa5f7e1ed857729c0')
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir/usr/lib/clap" "$pkgdir/usr/lib/lv2" "$pkgdir/usr/lib/vst3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue