summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcastix2022-10-23 20:01:32 +0200
committercastix2022-10-23 20:01:32 +0200
commitdbe8f0c1f80b9c59c7745a211e4bb8d61fad8248 (patch)
treee204ac51922a34e4e4627b7a8b20f7995bcf6216
parent408e5c95cf41d17a1cea71482d50d008db011292 (diff)
downloadaur-airwindows-lv2-git.tar.gz
remove conflict with 'official' airwindows vst plugins bundle, as suggested by @adbs1219
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b114a106f74..c3d34c397a8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = airwindows-lv2-git
pkgdesc = This is an LV2 port of the Airwindows plugins made by Chris Johnson. Porting accomplished by Hannes Braun
pkgver = 12.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hannesbraun/airwindows-lv2
arch = i686
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = airwindows-lv2-git
makedepends = git
makedepends = meson
depends = glibc
- provides = airwindows
- conflicts = airwindows
+ provides = airwindows-lv2
+ conflicts = airwindows-lv2
source = git+https://github.com/hannesbraun/airwindows-lv2
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a9d7a72905e6..6004e9e3eb4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: <castix at autistici dot org>
pkgname=airwindows-lv2-git
pkgver='12.0'
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="This is an LV2 port of the Airwindows plugins made by Chris Johnson. Porting accomplished by Hannes Braun"
arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@ license=('MIT')
groups=('lv2-plugins')
depends=('glibc')
makedepends=('git' 'meson')
-provides=("${pkgname%-lv2-git}")
-conflicts=("${pkgname%-lv2-git}")
+provides=("${pkgname%-git}")
+conflicts=("${pkgname%-git}")
source=('git+https://github.com/hannesbraun/airwindows-lv2')
md5sums=('SKIP')