From 2dc9633bcb77d318b94dc69672ebf4e3a3d45b6d Mon Sep 17 00:00:00 2001 From: "Mahlon E. Smith" Date: Sat, 19 Jul 2025 14:26:06 -0700 Subject: [PATCH] Just make the version the same as upstream. --- .SRCINFO | 2 +- PKGBUILD | 4 ++-- README.md | 5 ++--- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 0a2491b..3a21ca8 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = airwindows-consolidated-bin pkgdesc = The entirety of the Airwindows collection as LV2, VST3, and CLAP. - pkgver = 0.3.0 + pkgver = 2025.07.16.b6c3120 pkgrel = 1 url = https://www.airwindows.com/consolidated/ arch = x86_64 diff --git a/PKGBUILD b/PKGBUILD index 6df5668..5807510 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,9 +2,9 @@ # vim:set ts=2 sw=2 et: pkgname=airwindows-consolidated-bin -pkgver=0.3.0 -pkgrel=1 +pkgver=2025.07.16.b6c3120 _airwin="2025-07-16-b6c3120" +pkgrel=1 epoch= pkgdesc="The entirety of the Airwindows collection as LV2, VST3, and CLAP." arch=('x86_64') diff --git a/README.md b/README.md index 8cb3a10..2bb76fc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Airwindows Consolidated -This is Arch AUR package for the binary release of Airwindows Consolidated, +This is an 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". @@ -16,9 +16,8 @@ create a single DAW plug, with docs and organization. # Steps to Update the Package -- Update the `_airwin` variable in the `PKGBUILD` file to match +- Update the `pkgver` and `_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`.