summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a6ecd2de6323..fc16b0245812 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,12 @@ pkgver=r35.ccbcbc9
pkgrel=1
pkgdesc='Simple Linux utility to autocomplete words using rofi'
arch=('any')
-url="https://github.com/bharadwaj-raju/TextSuggest"
+url="https://gitlab.com/bharadwaj-raju/TextSuggest"
license=('GPL3')
depends=('python' 'dbus-c++' 'qt5-base' 'xdotool' 'xclip' 'libxcb')
makedepends=('git' 'gcc' 'make' 'automake')
provides=("$_gitname")
-source=("$_gitname::git+https://github.com/bharadwaj-raju/TextSuggest.git")
+source=("$_gitname::git+https://gitlab.com/bharadwaj-raju/TextSuggest.git")
md5sums=('SKIP')
pkgver() {
@@ -53,4 +53,4 @@ package() {
chmod a+x "$pkgdir/usr/bin/textsuggest"
chmod a+x "$pkgdir/usr/bin/textsuggest-server"
-} \ No newline at end of file
+}