summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryustin2023-05-23 12:50:56 +0200
committeryustin2023-05-23 12:50:56 +0200
commit1cf07109e5ce1ea719d263fea21b5124a2cbaea2 (patch)
tree734994bb749b8eca149b5ddd98de3bc48fa7367f
parentb8b0fe86ac30867ffe40d3c0a8d1e270eeebfe55 (diff)
downloadaur-1cf07109e5ce1ea719d263fea21b5124a2cbaea2.tar.gz
23.06.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93a01e4ef155..525c1ec4e6df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stargate
pkgdesc = A digital audio workstation (DAW) with a powerful pattern-based workflow
- pkgver = 23.05.3
+ pkgver = 23.06.1
pkgrel = 1
url = https://github.com/stargatedaw/stargate
arch = x86_64
@@ -29,9 +29,11 @@ pkgbase = stargate
optdepends = ffmpeg
optdepends = vorbis-tools
optdepends = python-pyqt5: qt5 backend
- source = https://github.com/stargateaudio/stargate/archive/refs/tags/release-23.05.3.tar.gz
+ source = https://github.com/stargateaudio/stargate/archive/refs/tags/release-23.06.1.tar.gz
source = git+https://codeberg.org/soundtouch/soundtouch.git#commit=dd2252e9af3f2d6b749378173a4ae89551e06faf
- sha256sums = 3bec884aabf749a264d4e0b0827528d2836c52680b6241bacf6f4956fd687a96
+ source = git+https://github.com/stargatedaw/stargate-sbsms.git
+ sha256sums = 2231243ef03245cf6dc996102887c6bccc009fc8ced8f018e98770f3b74853ff
+ sha256sums = SKIP
sha256sums = SKIP
pkgname = stargate
diff --git a/PKGBUILD b/PKGBUILD
index 48b6491e7dd1..cc0f13315e91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: xantares
pkgname=stargate
-pkgver=23.05.3
+pkgver=23.06.1
pkgrel=1
pkgdesc="A digital audio workstation (DAW) with a powerful pattern-based workflow"
license=('GPL')
@@ -40,9 +40,11 @@ optdepends=(
)
source=("https://github.com/stargateaudio/stargate/archive/refs/tags/release-${pkgver}.tar.gz"
"git+https://codeberg.org/soundtouch/soundtouch.git#commit=dd2252e9af3f2d6b749378173a4ae89551e06faf"
+ "git+https://github.com/stargatedaw/stargate-sbsms.git"
)
-sha256sums=('3bec884aabf749a264d4e0b0827528d2836c52680b6241bacf6f4956fd687a96'
+sha256sums=('2231243ef03245cf6dc996102887c6bccc009fc8ced8f018e98770f3b74853ff'
'SKIP'
+ 'SKIP'
)
prepare(){
@@ -50,6 +52,7 @@ prepare(){
rm -rf src/vendor/soundtouch/
cd src/vendor
cp -r ${srcdir}/soundtouch .
+ cp -r ${srcdir}/stargate-sbsms/* sbsms/
cd ..
sed "/\binstall_symlinks:/s/:.*/:/" -i Makefile
}