summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9115fcde3f89..ae2d361894f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pianoteq-stage
pkgdesc = Virtual piano instrument using physical modelling synthesis. Both standalone and plugin versions.
- pkgver = 6.1.1
+ pkgver = 6.2.0
pkgrel = 1
url = https://www.pianoteq.com/pianoteq
arch = i686
@@ -14,11 +14,11 @@ pkgbase = pianoteq-stage
depends = libxext
provides = pianoteq
conflicts = pianoteq
- conflicts = pianoteq-stage-bin,
+ conflicts = pianoteq-stage-bin
conflicts = pianoteq-standard-trial-bin
- source = file://pianoteq_stage_linux_v611.7z
+ source = file://pianoteq_stage_linux_v620.7z
source = https://www.pianoteq.com/images/logo/pianoteq_icon_128.png
- sha512sums = 79b6c8a2066357eafe3c5deef94de10e68b052008cecb8451fcac0e8ec8e8c2d90221c87a558f7940a72c58ea918fe7bb235e4f2ee2c5e3903dc45e470334f8f
+ sha512sums = abe35d8f19e7135020df6814157d6e49aed0f38c91a874b6bc407f099c75a92371809b64ca81b884bf457fdb4ffaacd66c7bf4acafa1219775dd572d61f2018a
sha512sums = 71690cc597b16cd363ddf8837c81eece620be275bf7860e2a2a30cc94da73f32a809d24a086c6ceacbe945282c8b73d03d6567e6058b620b4beb07feb4e46dab
pkgname = pianoteq-stage
diff --git a/PKGBUILD b/PKGBUILD
index 2d14cae8fa37..1769a7122e1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=pianoteq-stage
-pkgver=6.1.1
+pkgver=6.2.0
pkgrel=1
pkgdesc="Virtual piano instrument using physical modelling synthesis. Both standalone and plugin versions."
arch=('i686' 'x86_64')
@@ -15,13 +15,13 @@ depends=('alsa-lib' 'freetype2' 'libxext')
makedepends=('gendesk' 'wget' 'p7zip')
optdepends=()
provides=("${pkgname%-*}")
-conflicts=("${pkgname%-*}" "pianoteq-stage-bin", "pianoteq-standard-trial-bin")
+conflicts=("${pkgname%-*}" "pianoteq-stage-bin" "pianoteq-standard-trial-bin")
# the source package must be downloaded manually
# this can be done by going to the link here:
-# https://www.pianoteq.com/download?file=pianoteq_stage_linux_v611.7z
+# https://www.pianoteq.com/download?file=pianoteq_stage_linux_v620.7z
source=("file://pianoteq_stage_linux_v${pkgver//./}.7z"
'https://www.pianoteq.com/images/logo/pianoteq_icon_128.png')
-sha512sums=('79b6c8a2066357eafe3c5deef94de10e68b052008cecb8451fcac0e8ec8e8c2d90221c87a558f7940a72c58ea918fe7bb235e4f2ee2c5e3903dc45e470334f8f'
+sha512sums=('abe35d8f19e7135020df6814157d6e49aed0f38c91a874b6bc407f099c75a92371809b64ca81b884bf457fdb4ffaacd66c7bf4acafa1219775dd572d61f2018a'
'71690cc597b16cd363ddf8837c81eece620be275bf7860e2a2a30cc94da73f32a809d24a086c6ceacbe945282c8b73d03d6567e6058b620b4beb07feb4e46dab')
prepare(){