summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoruser.name2020-03-07 17:46:21 -0500
committeruser.name2020-03-07 17:46:21 -0500
commitbbe80ee385cfdabca1af3da82e37bbb50fb0afbe (patch)
tree6b6521cd90d106051ad86522685936a83b91f2d1
parent05c072868a049e1dbaef095d678ea4aa15c7b2a3 (diff)
downloadaur-bbe80ee385cfdabca1af3da82e37bbb50fb0afbe.tar.gz
small source fix
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be89a2b25f17..b54cd2b30da0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linvst3x
pkgdesc = enables Windows vst3's to be used as Linux vst's in Linux vst capable DAW's (single wineserver instance variant)
pkgver = 1.7
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/osxmidi/LinVst3
arch = x86_64
makedepends = git
@@ -17,7 +17,7 @@ pkgbase = linvst3x
depends = sqlite
source = https://github.com/osxmidi/LinVst3-X/releases/download/1.7/LinVst3-X-1.7-Manjaro.zip
source = git+https://github.com/usrmusicman/ArchStudioUtils.git
- sha256sums = SKIP
+ sha256sums = b209d32bfe3c89f5fda545ebbdb868d51ad74245c6fba5805aac2cbc8ae20253
sha256sums = SKIP
pkgname = linvst3x
diff --git a/PKGBUILD b/PKGBUILD
index 63dfde0881ce..a7b905aa83a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=linvst3x
pkgver=1.7
-pkgrel=2
+pkgrel=3
pkgdesc="enables Windows vst3's to be used as Linux vst's in Linux vst capable DAW's (single wineserver instance variant)"
arch=('x86_64')
url="https://github.com/osxmidi/LinVst3"
@@ -10,7 +10,7 @@ depends=('wine' 'freetype2' 'xcb-util' 'xcb-util-cursor' 'xcb-util-keysyms' 'lib
makedepends=('git')
source=("https://github.com/osxmidi/LinVst3-X/releases/download/1.7/LinVst3-X-${pkgver}-Manjaro.zip"
"git+https://github.com/usrmusicman/ArchStudioUtils.git")
-sha256sums=('SKIP'
+sha256sums=('b209d32bfe3c89f5fda545ebbdb868d51ad74245c6fba5805aac2cbc8ae20253'
'SKIP')
package() {