summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Patrick Fair2021-01-04 10:41:12 -0700
committerChristopher Patrick Fair2021-01-04 10:41:12 -0700
commit0967605cfee7bf64fba3fa41c94ae6818365524c (patch)
treeba29ee51ee4cadacc5736783d19b26d5508f8611
parentcb9b9aa4ff441f3dba07857dee9d88dfc60eaf8f (diff)
downloadaur-0967605cfee7bf64fba3fa41c94ae6818365524c.tar.gz
modified: .SRCINFO
modified: PKGBUILD
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2dabb3d7e251..79a2f233f653 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zrythm
pkgdesc = a highly automated and intuitive digital audio workstation
- pkgver = alpha.6.0.1
+ pkgver = alpha.7.1.1
pkgrel = 1
url = https://www.zrythm.org
arch = x86_64
@@ -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.6.0.1.tar.xz
- source = https://www.zrythm.org/releases/zrythm-1.0.0-alpha.6.0.1.tar.xz.asc
+ source = https://www.zrythm.org/releases/zrythm-1.0.0-alpha.7.1.1.tar.xz
+ source = https://www.zrythm.org/releases/zrythm-1.0.0-alpha.7.1.1.tar.xz.asc
validpgpkeys = 48132384AD3DF7D86E254B83022EAE42313D70F3
- sha256sums = 4b11c0b66b741a61b62764c77d6446fc6947ae4e93c217fbaa194c20fdf0d3fd
+ sha256sums = 7940eaa8b24ac2a2e0282c1a3a69ac16c72387fbe83415d88ab3df94955bfb30
sha256sums = SKIP
pkgname = zrythm
diff --git a/PKGBUILD b/PKGBUILD
index 094c6234493b..d42df2eb6b61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexandros Theodotou <alex at zrythm dot org>
pkgname=zrythm
-pkgver=alpha.6.0.1
+pkgver=alpha.7.1.1
pkgrel=1
pkgdesc='a highly automated and intuitive digital audio workstation'
arch=('x86_64' 'i686')
@@ -16,7 +16,7 @@ optdepends=('portaudio: portaudio backend'
'qt5-base: for embedding qt5 plugin UIs')
conflicts=('zrythm-git')
source=("https://www.zrythm.org/releases/$pkgname-1.0.0-$pkgver.tar.xz"{,.asc})
-sha256sums=('4b11c0b66b741a61b62764c77d6446fc6947ae4e93c217fbaa194c20fdf0d3fd' 'SKIP')
+sha256sums=('7940eaa8b24ac2a2e0282c1a3a69ac16c72387fbe83415d88ab3df94955bfb30' 'SKIP')
validpgpkeys=('48132384AD3DF7D86E254B83022EAE42313D70F3')
build() {
cd "$pkgname-1.0.0-$pkgver"