summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandros Theodotou2019-07-15 00:08:21 +0100
committerAlexandros Theodotou2019-07-15 00:08:21 +0100
commitfc275e4523044cbe5803ba7e1677f3fa322673d7 (patch)
treedfb11ea2d1c31b850d7a9ff9d0f69d89b0b16496
parent9b238bb12336f4f586d62cebb60ba5fb8894783a (diff)
downloadaur-fc275e4523044cbe5803ba7e1677f3fa322673d7.tar.gz
bump, add gpg keys
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD26
2 files changed, 25 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a60bc25d95a2..c61af4c9b3f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = zrythm
pkgdesc = An highly automated, intuitive, Digital Audio Workstation (DAW)
- pkgver = 0.5.120
+ pkgver = 0.5.162
pkgrel = 1
- url = https://git.zrythm.org/cgit/zrythm
+ url = https://www.zrythm.org
arch = x86_64
- license = GPL3
+ license = AGPL3
makedepends = python
makedepends = gettext
makedepends = sed
@@ -18,15 +18,18 @@ pkgbase = zrythm
depends = libsndfile
depends = libyaml
depends = gettext
- depends = qt5-base
depends = libsamplerate
depends = alsa-lib
- depends = portaudio
depends = ladspa
depends = fftw
+ optdepends = portaudio: portaudio backend
+ optdepends = qt5-base: for embedding qt5 plugin UIs
conflicts = zrythm-git
- source = http://git.savannah.nongnu.org/cgit/zrythm.git/snapshot/zrythm-0.5.120.tar.gz
- md5sums = 8c0e69ae2f19807e3546bc5781b5d025
+ source = https://download.savannah.nongnu.org/releases/zrythm/zrythm-0.5.162.tar.xz
+ source = https://download.savannah.nongnu.org/releases/zrythm/zrythm-0.5.162.tar.xz.asc
+ validpgpkeys = 48132384AD3DF7D86E254B83022EAE42313D70F3
+ sha256sums = 2b4cbd75e347df5fed8af7545bb56baefe2d5413496534ba056f47e4676ec232
+ sha256sums = SKIP
pkgname = zrythm
diff --git a/PKGBUILD b/PKGBUILD
index 2a71d759695e..e692bb872200 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,24 @@
-# Maintainer: Alexandros Theodotou <alex@zrythm.org>
+# Maintainer: Alexandros Theodotou <alex at zrythm dot org>
pkgname=zrythm
-pkgver=0.5.120
+pkgver=0.5.162
pkgrel=1
-pkgdesc="An highly automated, intuitive, Digital Audio Workstation (DAW)"
-arch=( 'x86_64' )
-url='https://git.zrythm.org/cgit/zrythm'
-license=( 'GPL3' )
+pkgdesc='An highly automated, intuitive, Digital Audio Workstation (DAW)'
+arch=('x86_64')
+url='https://www.zrythm.org'
+license=('AGPL3')
depends=('gtk3' 'lv2' 'lilv' 'libx11' 'jack'
- 'libsndfile' 'libyaml' 'gettext' 'qt5-base'
- 'libsamplerate' 'alsa-lib' 'portaudio'
+ 'libsndfile' 'libyaml' 'gettext'
+ 'libsamplerate' 'alsa-lib'
'ladspa' 'fftw')
makedepends=('python' 'gettext' 'sed'
'meson' 'ninja')
-conflicts=( 'zrythm-git' )
-source=( "http://git.savannah.nongnu.org/cgit/zrythm.git/snapshot/$pkgname-$pkgver.tar.gz" )
-md5sums=( '8c0e69ae2f19807e3546bc5781b5d025' )
+optdepends=('portaudio: portaudio backend'
+ 'qt5-base: for embedding qt5 plugin UIs')
+conflicts=('zrythm-git')
+source=("https://download.savannah.nongnu.org/releases/$pkgname/$pkgname-$pkgver.tar.xz"{,.asc})
+sha256sums=('2b4cbd75e347df5fed8af7545bb56baefe2d5413496534ba056f47e4676ec232'
+ 'SKIP')
+validpgpkeys=('48132384AD3DF7D86E254B83022EAE42313D70F3')
rootdir="${pkgname}-${pkgver}"