Update to 2025-07-19-6d00a9d.
This commit is contained in:
parent
2dc9633bcb
commit
0030f01eff
3 changed files with 14 additions and 19 deletions
9
.SRCINFO
9
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = airwindows-consolidated-bin
|
||||
pkgdesc = The entirety of the Airwindows collection as LV2, VST3, and CLAP.
|
||||
pkgver = 2025.07.16.b6c3120
|
||||
pkgver = 2025.07.19.6d00a9d
|
||||
pkgrel = 1
|
||||
url = https://www.airwindows.com/consolidated/
|
||||
arch = x86_64
|
||||
|
|
@ -9,9 +9,8 @@ pkgbase = airwindows-consolidated-bin
|
|||
groups = pro-audio
|
||||
groups = vst3-plugins
|
||||
license = GPL3
|
||||
provides = airwindows-consolidated
|
||||
conflicts = airwindows-consolidated
|
||||
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
|
||||
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
|
||||
|
||||
pkgname = airwindows-consolidated-bin
|
||||
|
|
|
|||
6
Makefile
Normal file
6
Makefile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
update:
|
||||
updpkgsums
|
||||
makepkg -i
|
||||
makepkg --printsrcinfo > .SRCINFO
|
||||
|
||||
18
PKGBUILD
18
PKGBUILD
|
|
@ -2,27 +2,17 @@
|
|||
# vim:set ts=2 sw=2 et:
|
||||
|
||||
pkgname=airwindows-consolidated-bin
|
||||
pkgver=2025.07.16.b6c3120
|
||||
_airwin="2025-07-16-b6c3120"
|
||||
pkgver=2025.07.19.6d00a9d
|
||||
_airwin="2025-07-19-6d00a9d"
|
||||
pkgrel=1
|
||||
epoch=
|
||||
pkgdesc="The entirety of the Airwindows collection as LV2, VST3, and CLAP."
|
||||
arch=('x86_64')
|
||||
url="https://www.airwindows.com/consolidated/"
|
||||
license=('GPL3')
|
||||
groups=(clap-plugins lv2-plugins pro-audio vst3-plugins)
|
||||
depends=()
|
||||
checkdepends=()
|
||||
optdepends=()
|
||||
provides=(${pkgname%-*})
|
||||
conflicts=(${pkgname%-*})
|
||||
replaces=()
|
||||
backup=()
|
||||
options=()
|
||||
install=
|
||||
changelog=
|
||||
conflicts=(airwindows-consolidated-git)
|
||||
source=("AirwindowsConsolidated-${_airwin}-Linux.zip::https://github.com/baconpaul/airwin2rack/releases/download/DAWPlugin/AirwindowsConsolidated-${_airwin}-Linux.zip")
|
||||
sha256sums=('00d0e9d17d90f500b98f524ee5f9979e5877c2f580a0c41c50c75b755836e11a')
|
||||
sha256sums=('0a12e14b2285b7b485e1f2394fa1028f56a8a3b260f39820f81aaa86172949c6')
|
||||
|
||||
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