summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralex2019-02-04 14:09:52 +0000
committeralex2019-02-04 14:09:52 +0000
commitae7413baf584613a82c83857a87d39010c502efd (patch)
tree45799e9b45539271822b5fcca6618a541ad1f544
parent80d89bfb1247da6265df0c82a16352c00aa4b704 (diff)
downloadaur-ae7413baf584613a82c83857a87d39010c502efd.tar.gz
fix links
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5b28ae67d51..01a992355a55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = zrythm-git
pkgdesc = Free GNU/Linux music production system (DAW)
- pkgver = r161.f6a97a6
+ pkgver = r200
pkgrel = 1
- url = https://gitlab.com/alextee/zrythm
+ url = https://git.zrythm.org/zrythm/zrythm
arch = x86_64
license = GPL3
makedepends = git
@@ -18,7 +18,7 @@ pkgbase = zrythm-git
depends = libcyaml-git
provides = zrythm
conflicts = zrythm
- source = zrythm::git+https://git.zrythm.org/alextee/zrythm.git
+ source = zrythm::git+https://git.zrythm.org/zrythm/zrythm.git
md5sums = SKIP
pkgname = zrythm-git
diff --git a/PKGBUILD b/PKGBUILD
index eabf6ca228e2..c9327f03fdd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
_pkgname=zrythm
pkgname=$_pkgname-git
-pkgver=r161.f6a97a6
+pkgver=r200
pkgrel=1
pkgdesc="Free GNU/Linux music production system (DAW)"
arch=('x86_64')
-url="https://gitlab.com/alextee/zrythm"
+url="https://git.zrythm.org/zrythm/zrythm"
license=('GPL3')
provides=("$_pkgname")
conflicts=("$_pkgname")
depends=('gtk3' 'lv2' 'lilv' 'suil' 'jack' 'libsndfile' 'libsmf' 'libdazzle' 'breeze-icons'
'libcyaml-git')
makedepends=('git')
-source=("$_pkgname::git+https://git.zrythm.org/alextee/zrythm.git")
+source=("$_pkgname::git+https://git.zrythm.org/zrythm/zrythm.git")
md5sums=('SKIP')
pkgver () {