summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralextee2019-01-01 17:03:13 +0000
committeralextee2019-01-01 17:03:13 +0000
commit55ba0c699f1f8c19376c1095fa0d0ecddb008649 (patch)
tree6e46056c4b2040dcf624617bf2da82030f0fc3d5
parentb819edcfd519b42240f0ba6077c14b373a1e3cc5 (diff)
downloadaur-55ba0c699f1f8c19376c1095fa0d0ecddb008649.tar.gz
use regular versions for lilv and suil, set license version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31d574dc5517..3f461e31ec91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,11 +4,11 @@ pkgbase = zrythm-git
pkgrel = 3
url = https://gitlab.com/alextee/zrythm
arch = x86_64
- license = GPL
+ license = GPL3
depends = gtk3
depends = lv2
- depends = lilv-git
- depends = suil-git
+ depends = lilv
+ depends = suil
depends = jack
depends = libsndfile
depends = libsmf
diff --git a/PKGBUILD b/PKGBUILD
index 7aab0a29d8d9..104e569fa00a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Alexandros Theodotou <alex at alextee dot online>
+# Maintainer: Alexandros Theodotou <alex at alextee dot org>
pkgname=zrythm-git
pkgver=master
@@ -6,8 +6,8 @@ pkgrel=3
pkgdesc="Free GNU/Linux music production system (DAW)"
arch=('x86_64')
url="https://gitlab.com/alextee/zrythm"
-license=('GPL')
-depends=('gtk3' 'lv2' 'lilv-git' 'suil-git' 'jack' 'libsndfile' 'libsmf' 'libdazzle')
+license=('GPL3')
+depends=('gtk3' 'lv2' 'lilv' 'suil' 'jack' 'libsndfile' 'libsmf' 'libdazzle')
source=("https://gitlab.com/alextee/zrythm/-/archive/$pkgver/zrythm-$pkgver.tar.gz")
md5sums=('SKIP')