summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralex2019-01-25 07:41:40 +0000
committeralex2019-01-25 07:41:40 +0000
commit80d89bfb1247da6265df0c82a16352c00aa4b704 (patch)
treef641805204ea3e2f1a63085e8f0c2497dace9a84
parentb156b0777b699011b13c94c725ee2277e0659524 (diff)
downloadaur-80d89bfb1247da6265df0c82a16352c00aa4b704.tar.gz
remove breeze icons submodule
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 6 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d73a5632e87..c5b28ae67d51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,9 +18,7 @@ pkgbase = zrythm-git
depends = libcyaml-git
provides = zrythm
conflicts = zrythm
- source = zrythm::git+https://gitlab.com/alextee/zrythm.git
- source = git+https://github.com/KDE/breeze-icons.git
- md5sums = SKIP
+ source = zrythm::git+https://git.zrythm.org/alextee/zrythm.git
md5sums = SKIP
pkgname = zrythm-git
diff --git a/PKGBUILD b/PKGBUILD
index 2995c3b009d3..eabf6ca228e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,10 +13,8 @@ conflicts=("$_pkgname")
depends=('gtk3' 'lv2' 'lilv' 'suil' 'jack' 'libsndfile' 'libsmf' 'libdazzle' 'breeze-icons'
'libcyaml-git')
makedepends=('git')
-source=("$_pkgname::git+https://gitlab.com/alextee/zrythm.git"
- "git+https://github.com/KDE/breeze-icons.git")
-md5sums=('SKIP'
- 'SKIP')
+source=("$_pkgname::git+https://git.zrythm.org/alextee/zrythm.git")
+md5sums=('SKIP')
pkgver () {
cd "$srcdir/$_pkgname"
@@ -25,9 +23,9 @@ pkgver () {
prepare() {
cd "$srcdir/$_pkgname"
- git submodule init
- git config submodule."ext/breeze-icons".url "$srcdir/breeze-icons"
- git submodule update
+ #git submodule init
+ #git config submodule."ext/breeze-icons".url "$srcdir/breeze-icons"
+ #git submodule update
}
build() {