summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralextee2019-01-01 17:03:13 +0000
committeralextee2019-01-01 17:03:13 +0000
commit55ba0c699f1f8c19376c1095fa0d0ecddb008649 (patch)
tree6e46056c4b2040dcf624617bf2da82030f0fc3d5 /PKGBUILD
parentb819edcfd519b42240f0ba6077c14b373a1e3cc5 (diff)
downloadaur-55ba0c699f1f8c19376c1095fa0d0ecddb008649.tar.gz
use regular versions for lilv and suil, set license version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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')