summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcastix2022-07-17 05:15:08 +0200
committercastix2022-07-17 05:15:08 +0200
commite0389137996e5249c338a9965231120aa7197d6a (patch)
tree3b342037d88c5a81821e3d4422c360034faf97d3
parent2bfc801d51bd7ccbe545f82988c393ae55bc4405 (diff)
downloadaur-e0389137996e5249c338a9965231120aa7197d6a.tar.gz
since i found a vst version of the same plugins in aur, fixed provides and conflicts to match with it
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a801178e33ca..3f44eeda52e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ license=('MIT')
groups=('lv2-plugins')
depends=('glibc')
makedepends=('git' 'cmake')
-provides=("${pkgname%-git}")
-conflicts=("${pkgname%-git}")
+provides=("${pkgname%-vl2--git}")
+conflicts=("${pkgname%-lv2-git}")
source=('git+https://github.com/hannesbraun/airwindows-lv2')
md5sums=('SKIP')