summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSukanka2020-09-13 13:29:30 +0800
committerSukanka2020-09-13 13:29:30 +0800
commit710eb8905b181ae11db2d82a438bb4ec85d30e43 (patch)
tree25568962e37c1450ca55f766e9f57877b7fd1164
parent7f9e745e4366594edd087203e7b75d6ddf8bde86 (diff)
downloadaur-710eb8905b181ae11db2d82a438bb4ec85d30e43.tar.gz
update to 1.0.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ca5adf72f6f..57fbbc8f67e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = svstudio-bin
pkgdesc = Synthesizer V Studio, a high-quality singing synthesis software.
- pkgver = 1.0.5
+ pkgver = 1.0.6
pkgrel = 1
url = https://dreamtonics.com
install = svstudio-bin.install
@@ -9,9 +9,9 @@ pkgbase = svstudio-bin
depends = libcurl-gnutls
depends = webkit2gtk
provides = svstudio
- source = svstudio-1.0.5.zip::https://dreamtonics.com/synthv/download/Synthesizer%20V%20Studio%20Basic/svstudio-basic-linux64-1.0.5.zip
+ source = svstudio-1.0.6.zip::https://dreamtonics.com/synthv/download/Synthesizer%20V%20Studio%20Basic/1.0.6/svstudio-basic-linux64-1.0.6.zip
source = svstudio.svg
- sha512sums = 8a61404821130a0adb15d4b547cbd0290372d0740d933d10a7fcb9e85ea9d24f47de0b2694e7e1804de658ace34f18be679cf69a55dcd45dcf64ec6699ae4190
+ sha512sums = fc3f38b5bf8c976122c1ba6b764afc341d719089386d0f1c6352f94e050ef6750531757d312c75ab1ec1525e15a751a7e3db4156fcb869a91935b2114c14ac88
sha512sums = d361e7557d8aa11dbeea466ed1e60c8c40166788ef9a344c0a7954ded672f408c26d1ce37dc3ba7cb745efbcd41896be9db71f63f51c2a4d59ab62c74ea69998
pkgname = svstudio-bin
diff --git a/PKGBUILD b/PKGBUILD
index 13d5fde8a0fa..942a154a0eea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sukanka<su975853527 AT gmail.com>
pkgname=svstudio-bin
_pkgname=svstudio
-pkgver=1.0.5
+pkgver=1.0.6
pkgrel=1
pkgdesc="Synthesizer V Studio, a high-quality singing synthesis software."
url="https://dreamtonics.com"
@@ -10,11 +10,11 @@ license=('custom')
depends=('libcurl-gnutls' 'webkit2gtk')
provides=("svstudio")
source=(
- "${_pkgname}-${pkgver}.zip::https://dreamtonics.com/synthv/download/Synthesizer%20V%20Studio%20Basic/svstudio-basic-linux64-${pkgver}.zip"
+ "${_pkgname}-${pkgver}.zip::https://dreamtonics.com/synthv/download/Synthesizer%20V%20Studio%20Basic/${pkgver}/svstudio-basic-linux64-${pkgver}.zip"
'svstudio.svg'
)
sha512sums=(
- '8a61404821130a0adb15d4b547cbd0290372d0740d933d10a7fcb9e85ea9d24f47de0b2694e7e1804de658ace34f18be679cf69a55dcd45dcf64ec6699ae4190'
+ 'fc3f38b5bf8c976122c1ba6b764afc341d719089386d0f1c6352f94e050ef6750531757d312c75ab1ec1525e15a751a7e3db4156fcb869a91935b2114c14ac88'
'd361e7557d8aa11dbeea466ed1e60c8c40166788ef9a344c0a7954ded672f408c26d1ce37dc3ba7cb745efbcd41896be9db71f63f51c2a4d59ab62c74ea69998'
)