summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorosch2020-04-26 15:42:10 +0200
committerosch2020-04-26 15:46:12 +0200
commitab6c4ca44f092b51d772b06a69bfafc87b0ac082 (patch)
tree2d9aa02ad513d90a40b855c4a9ff64b404a696d0
parent016dbd8f7f69152af6ac7736620d7911110f7449 (diff)
downloadaur-ab6c4ca44f092b51d772b06a69bfafc87b0ac082.tar.gz
description & conflicts updated
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa53f5a016c1..08b7744194b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = surge-synthesizer-bin
- pkgdesc = Surge Synthesizer plugin
+ pkgdesc = Surge Synthesizer plugin (LV2/VST2/VST3, original binary release)
pkgver = 1.6.6
pkgrel = 1
url = https://surge-synthesizer.github.io
@@ -21,6 +21,7 @@ pkgbase = surge-synthesizer-bin
depends = zenity
provides = surge-synthesizer
conflicts = surge-synthesizer
+ conflicts = surge
options = !strip
options = !libtool
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 8ca29233b986..f134a3fb0257 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=surge-synthesizer-bin
pkgver=1.6.6
debver=1.6.6
pkgrel=1
-pkgdesc="Surge Synthesizer plugin"
+pkgdesc="Surge Synthesizer plugin (LV2/VST2/VST3, original binary release)"
arch=('x86_64')
url="https://surge-synthesizer.github.io"
license=('GPL3')
@@ -13,7 +13,7 @@ depends=('cairo' 'fontconfig' 'freetype2'
'libxcb' 'xcb-util-renderutil' 'xcb-util-image'
'ttf-lato' 'xdg-utils' 'zenity')
provides=("surge-synthesizer")
-conflicts=('surge-synthesizer')
+conflicts=('surge-synthesizer' 'surge')
options=('!strip' '!libtool' '!emptydirs')
source=("https://github.com/surge-synthesizer/releases/releases/download/$debver/Surge-linux-x64-$debver.deb")