summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortydell2018-10-28 00:52:35 +0200
committertydell2018-10-28 00:52:35 +0200
commit4518b46393206ae13af6dbd5b2fd36abc9ee5604 (patch)
treec9e33d7057ec93054637363eed163a41f3c2c713 /PKGBUILD
parentd60dc8af726c03dbfdba7f5ffbb0563a8b7e54b6 (diff)
downloadaur-clickable.tar.gz
Updated package, sources moved to gitlab
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() {