summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorosch2021-01-29 11:58:01 +0100
committerosch2021-01-29 11:58:01 +0100
commitcbb23f258eac8bf88b4ace1fb88994f6f76c554f (patch)
tree692ff5a83d5aaf3ea638d85e863361cb4b7b8e07
parentab6c4ca44f092b51d772b06a69bfafc87b0ac082 (diff)
downloadaur-cbb23f258eac8bf88b4ace1fb88994f6f76c554f.tar.gz
version 1.8.1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08b7744194b8..0a1d484d92e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = surge-synthesizer-bin
- pkgdesc = Surge Synthesizer plugin (LV2/VST2/VST3, original binary release)
- pkgver = 1.6.6
+ pkgdesc = Surge Synthesizer plugin (VST3, original binary release)
+ pkgver = 1.8.1
pkgrel = 1
url = https://surge-synthesizer.github.io
arch = x86_64
- groups = vst-plugins
- groups = lv2-plugins
+ groups = vst3-plugins
+ groups = pro-audio
license = GPL3
depends = cairo
depends = fontconfig
@@ -25,8 +25,8 @@ pkgbase = surge-synthesizer-bin
options = !strip
options = !libtool
options = !emptydirs
- source = https://github.com/surge-synthesizer/releases/releases/download/1.6.6/Surge-linux-x64-1.6.6.deb
- md5sums = 10d9e14a4af17d8352195a772ce7ffe0
+ source = https://github.com/surge-synthesizer/releases/releases/download/1.8.1/Surge-linux-x64-1.8.1.deb
+ md5sums = da7b9eee47e79d4ed9d6bf1738ec67f8
pkgname = surge-synthesizer-bin
diff --git a/PKGBUILD b/PKGBUILD
index f134a3fb0257..d0d8e44a31c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: osch <oliver@luced.de>
pkgname=surge-synthesizer-bin
-pkgver=1.6.6
-debver=1.6.6
+pkgver=1.8.1
+debver=1.8.1
pkgrel=1
-pkgdesc="Surge Synthesizer plugin (LV2/VST2/VST3, original binary release)"
+pkgdesc="Surge Synthesizer plugin (VST3, original binary release)"
arch=('x86_64')
url="https://surge-synthesizer.github.io"
license=('GPL3')
-groups=('vst-plugins' 'lv2-plugins')
+groups=('vst3-plugins' 'pro-audio')
depends=('cairo' 'fontconfig' 'freetype2'
'libx11' 'xcb-util-cursor' 'xcb-util'
'libxcb' 'xcb-util-renderutil' 'xcb-util-image'
@@ -24,4 +24,4 @@ package() {
tar xf data.tar
cp -r usr "$pkgdir/"
}
-md5sums=('10d9e14a4af17d8352195a772ce7ffe0')
+md5sums=('da7b9eee47e79d4ed9d6bf1738ec67f8')