summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoruser.name2020-03-07 17:46:02 -0500
committeruser.name2020-03-07 17:46:02 -0500
commit2c3089d56623eef2434744d2163af7c58c443a5b (patch)
tree2b71c1e253388fc8b6974bb13c8f75daf180d5e7
parentadfdd93cb475b60cfc06f1b9c13baf537d2e2180 (diff)
downloadaur-2c3089d56623eef2434744d2163af7c58c443a5b.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 c59c556cd041..cab010126836 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linvst3
pkgdesc = enables Windows vst3's to be used as Linux vst's in Linux vst capable DAW's
pkgver = 1.8
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/osxmidi/LinVst3
arch = x86_64
makedepends = git
@@ -17,7 +17,7 @@ pkgbase = linvst3
depends = sqlite
source = https://github.com/osxmidi/LinVst3/releases/download/1.8/LinVst3-1.8-Debian-Buster.zip
source = git+https://github.com/usrmusicman/ArchStudioUtils.git
- sha256sums = SKIP
+ sha256sums = 10cc5b4146b52f2b90f2b8de82115f92c8b03be050019a27b319c2249d61a5eb
sha256sums = SKIP
pkgname = linvst3
diff --git a/PKGBUILD b/PKGBUILD
index d7504c4df2c2..c62777c365c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=linvst3
pkgver=1.8
-pkgrel=3
+pkgrel=4
pkgdesc="enables Windows vst3's to be used as Linux vst's in Linux vst capable DAW's"
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/releases/download/1.8/LinVst3-${pkgver}-Debian-Buster.zip"
"git+https://github.com/usrmusicman/ArchStudioUtils.git")
-sha256sums=('SKIP'
+sha256sums=('10cc5b4146b52f2b90f2b8de82115f92c8b03be050019a27b319c2249d61a5eb'
'SKIP')
package() {