summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOSAMC2024-03-23 22:10:04 +0000
committerChristopher Arndt2024-03-23 22:10:04 +0000
commit623e88cba288e4a9fe7d74a06db8908745ebfc96 (patch)
tree4e83865ae6718e622939cdee0b4729f425ac38b5
parenta2fc90284cc44ba300f0ce76933f8d474241f445 (diff)
downloadaur-623e88cba288e4a9fe7d74a06db8908745ebfc96.tar.gz
feat: add 'airwindows-lv2' package to AUR (2nd try) (#394)
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD6
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd5085834463..07af46a3a953 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = airwindows-lv2
pkgdesc = LV2 port of Airwindows audio plugins
- pkgver = 26.2
- pkgrel = 1
+ pkgver = 28.0
+ pkgrel = 3
url = https://sr.ht/~hannes/airwindows-lv2
arch = aarch64
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = airwindows-lv2
makedepends = meson
depends = glibc
optdepends = lv2-host: for loading the LV2 format plugins
- source = airwindows-lv2-26.2.tar.gz::https://git.sr.ht/~hannes/airwindows-lv2/archive/v26.2.tar.gz
- sha256sums = 5d18a6ca23de776a789be5d021a7c8b05a1fc660b6e6df6b3c00f02e77708bf7
+ source = airwindows-lv2-28.0.tar.gz::https://git.sr.ht/~hannes/airwindows-lv2/archive/v28.0.tar.gz
+ sha256sums = 8ca8e7139c1564ec0a124c0e9d96195897f1802fe063165d9ea94dd85918d5f9
pkgname = airwindows-lv2
diff --git a/.gitignore b/.gitignore
index c65316efd735..57e7fd90984f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
pkg/
src/
-airwindows-lv2-*.pkg.tar.*
-airwindows-*.tar.gz
+*.tar.*
+*.zip
diff --git a/PKGBUILD b/PKGBUILD
index 2686d6fc9962..17a2018fd465 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Christopher Arndt <aur -at- chrisarndt -dot de>
pkgname=airwindows-lv2
-pkgver=26.2
-pkgrel=1
+pkgver=28.0
+pkgrel=3
pkgdesc="LV2 port of Airwindows audio plugins"
arch=(aarch64 x86_64)
url='https://sr.ht/~hannes/airwindows-lv2'
@@ -14,7 +14,7 @@ depends=(glibc)
makedepends=(lv2 meson)
optdepends=('lv2-host: for loading the LV2 format plugins')
source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~hannes/airwindows-lv2/archive/v$pkgver.tar.gz")
-sha256sums=('5d18a6ca23de776a789be5d021a7c8b05a1fc660b6e6df6b3c00f02e77708bf7')
+sha256sums=('8ca8e7139c1564ec0a124c0e9d96195897f1802fe063165d9ea94dd85918d5f9')
build() {
meson setup \