summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Patrick Fair2020-11-17 08:44:59 -0700
committerChristopher Patrick Fair2020-11-17 08:44:59 -0700
commit04102fc07e00de8e45f9b3c37d4af779d75e515d (patch)
treef91e74376b5f95d12d44e0f9fd9be0f3dc10d2e3
parentc1084dfd12d2f678b7274335ccc324fd05a00b7c (diff)
downloadaur-04102fc07e00de8e45f9b3c37d4af779d75e515d.tar.gz
modified: .SRCINFO
modified: PKGBUILD
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 216ec101ff4e..d0f76c803fd3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -33,10 +33,10 @@ pkgbase = zrythm
optdepends = portaudio: portaudio backend
optdepends = qt5-base: for embedding qt5 plugin UIs
conflicts = zrythm-git
- source = https://www.zrythm.org/releases/zrythm-1.0.0-alpha.4.0.1.tar.xz
- source = https://www.zrythm.org/releases/zrythm-1.0.0-alpha.4.0.1.tar.xz.asc
+ source = https://www.zrythm.org/releases/zrythm-1.0.0-alpha.5.0.1.tar.xz
+ source = https://www.zrythm.org/releases/zrythm-1.0.0-alpha.5.0.1.tar.xz.asc
validpgpkeys = 48132384AD3DF7D86E254B83022EAE42313D70F3
- sha256sums = f7ae33d57b326d1f9f99d2d0b2661e70702e6f13dbd0aa770eb7b83012aba878
+ sha256sums = 089251987b3f0fdd378ac2014aa01904669fd70d89774bdc4358cc7bfc206cf1
sha256sums = SKIP
pkgname = zrythm
diff --git a/PKGBUILD b/PKGBUILD
index cedae5b3356c..14e255fc83f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,8 +15,8 @@ makedepends=(
optdepends=('portaudio: portaudio backend'
'qt5-base: for embedding qt5 plugin UIs')
conflicts=('zrythm-git')
-source=("https://www.zrythm.org/releases/$pkgname-$pkgver-alpha.4.0.1.tar.xz"{,.asc})
-sha256sums=('f7ae33d57b326d1f9f99d2d0b2661e70702e6f13dbd0aa770eb7b83012aba878' 'SKIP')
+source=("https://www.zrythm.org/releases/$pkgname-$pkgver-alpha.5.0.1.tar.xz"{,.asc})
+sha256sums=('089251987b3f0fdd378ac2014aa01904669fd70d89774bdc4358cc7bfc206cf1' 'SKIP')
validpgpkeys=('48132384AD3DF7D86E254B83022EAE42313D70F3')
build() {
cd "$pkgname-$pkgver-alpha.4.0.1"