summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorusrmusicman2019-11-25 21:31:02 -0500
committerusrmusicman2019-11-25 21:31:02 -0500
commit040b5702755105d75243464dd66455d63ce0f76e (patch)
tree96e1fd1882e77e92ba28d0ae49e396e107eed0dc
parentc105243c4f264cfb3c6a3f3d0fc072f857efaddc (diff)
downloadaur-040b5702755105d75243464dd66455d63ce0f76e.tar.gz
Update PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6eca81215bc2..33c26fbba541 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = linvst2
conflicts = linvst-stable
replaces = linvst
replaces = linvst-stable
- source = https://github.com/osxmidi/LinVst/releases/download/2.8/LinVst-2.8-Debian-Stretch.zip
+ source = https://github.com/osxmidi/LinVst/releases/download/2.8/LinVst-2.8-Debian-Buster.zip
source = git+https://github.com/usrmusicman/ArchStudioUtils.git
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 289c646d029e..df1b692ce89c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,13 @@ url="https://github.com/osxmidi/LinVst"
depends=('wine' 'python>=3.7')
conflicts=('linvst' 'linvst-stable')
replaces=('linvst' 'linvst-stable')
-source=("https://github.com/osxmidi/LinVst/releases/download/2.8/LinVst-${pkgver}-Debian-Stretch.zip"
+source=("https://github.com/osxmidi/LinVst/releases/download/2.8/LinVst-${pkgver}-Debian-Buster.zip"
"git+https://github.com/usrmusicman/ArchStudioUtils.git")
sha256sums=('SKIP'
'SKIP')
package() {
- cd "${srcdir}/LinVst-${pkgver}-Debian-Stretch/embedded/"
+ cd "${srcdir}/LinVst-${pkgver}-Debian-Buster/embedded/"
for file in *.so; do
install -Dm755 $file $pkgdir/usr/bin/$file
done