summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandros Theodotou2019-02-17 13:26:50 +0000
committerAlexandros Theodotou2019-02-17 13:26:50 +0000
commit1b26d0c03719dc8c2e69d34a4aa659502ada8c8c (patch)
tree0b18edeb578a3bef392521bd8bcd2c353db29650
parent0031b67866aa16622104213777814ff570de24d5 (diff)
downloadaur-1b26d0c03719dc8c2e69d34a4aa659502ada8c8c.tar.gz
use embedded suil
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 3 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff15d5ad860e..8dcd875c01db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zrythm-git
pkgdesc = Free GNU/Linux music production system (DAW)
- pkgver = r252.3b11bc9
+ pkgver = r254.aeaabd0
pkgrel = 1
url = https://git.zrythm.org/zrythm/zrythm
arch = x86_64
@@ -20,8 +20,6 @@ pkgbase = zrythm-git
conflicts = zrythm
source = zrythm::git+https://git.zrythm.org/zrythm/zrythm.git
source = git+https://github.com/tlsa/libcyaml.git
- source = git+https://git.zrythm.org/zrythm/suil.git
- md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b3128690aa60..06676c64e240 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=zrythm
pkgname=$_pkgname-git
-pkgver=r252.3b11bc9
+pkgver=r254.aeaabd0
pkgrel=1
pkgdesc="Free GNU/Linux music production system (DAW)"
arch=('x86_64')
@@ -14,10 +14,8 @@ depends=('gtk3' 'lv2' 'lilv' 'jack' 'libsndfile' 'libsmf' 'libdazzle' 'breeze-ic
'portaudio' 'ffmpeg')
makedepends=('git')
source=("$_pkgname::git+https://git.zrythm.org/zrythm/zrythm.git"
- "git+https://github.com/tlsa/libcyaml.git"
- "git+https://git.zrythm.org/zrythm/suil.git")
+ "git+https://github.com/tlsa/libcyaml.git")
md5sums=('SKIP'
- 'SKIP'
'SKIP')
pkgver () {
@@ -29,7 +27,6 @@ prepare() {
cd "$srcdir/$_pkgname"
git submodule init
git config submodule."ext/libcyaml".url "$srcdir/libcyaml"
- git config submodule."ext/suil".url "$srcdir/suil"
git submodule update
}