summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincenzo Maffione2017-07-08 23:23:46 +0200
committerVincenzo Maffione2017-07-08 23:23:46 +0200
commita953602730cd1711f410a806e0e65aa5cba284ee (patch)
tree9aa341a36be99951b3dff7ce22326b59b4ba0a8e
parent896cc2121dc97dabc5e216d6580355d6a2c4471b (diff)
downloadaur-a953602730cd1711f410a806e0e65aa5cba284ee.tar.gz
PKGBUILD: fix mistake
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e01ac34d4296..6ec1c1b01d1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('GPL' 'LGPL')
depends=('linux' 'protobuf' 'python')
makedepends=('git' 'linux-headers' 'fakeroot' 'cmake')
install="rlite.install"
-source=("rlite.install" "rlite.conf" "rlite.service" "git+https://gitlab.com/rlite/rlite.git")
+source=("rlite.install" "rlite.conf" "rlite.service" "git+https://github.com/vmaffione/rlite.git")
noextract=()
md5sums=("047aa5adec4c52ddbf86d12dbf300f71" "c1c8811f3a0dc47483468b77c97d8f59" "e9b71ee0e95d973ecb373b05140023d9" "SKIP")