summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c6fd3da653cd..5ae75410db9f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
_gitname=clickable
pkgdesc='Compile, build, and deploy Ubuntu Touch click packages all from the command line.'
arch=('i686' 'x86_64')
-url='https://github.com/bhdouglass/clickable'
+url='https://gitlab.com/clickable/clickable.git'
license=('GPL3')
depends=('python' 'docker' 'python-cookiecutter' 'android-tools')
optdepends=('lxd' 'xorg-xhost')
@@ -15,7 +15,7 @@ makedepends=('git')
provides=("${pkgname%}")
conflicts=("${pkgname%}")
install="${pkgname%-*}.install"
-source=('git+https://github.com/bhdouglass/clickable.git')
+source=('git+https://gitlab.com/clickable/clickable.git')
sha256sums=('SKIP')
pkgver() {