summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbharadwaj-raju2018-06-08 11:29:22 +0530
committerbharadwaj-raju2018-06-08 11:29:22 +0530
commit514d6ffbe62743dc03a2572c6e8721db7222806b (patch)
tree4ac3224d4802c3a59d599e1be85cc1e72bf47b9d
parent03ec983e0f834753f55c39881d126fd9dbae612f (diff)
downloadaur-514d6ffbe62743dc03a2572c6e8721db7222806b.tar.gz
Update: TextSuggest has moved to GitLab (bharadwaj-raju/TextSuggest)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d46d1653ac9..89cc95f9419a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = textsuggest-git
pkgdesc = Simple Linux utility to autocomplete words using rofi
pkgver = r35.ccbcbc9
pkgrel = 1
- url = https://github.com/bharadwaj-raju/TextSuggest
+ url = https://gitlab.com/bharadwaj-raju/TextSuggest
arch = any
license = GPL3
makedepends = git
@@ -16,7 +16,7 @@ pkgbase = textsuggest-git
depends = xclip
depends = libxcb
provides = textsuggest
- source = textsuggest::git+https://github.com/bharadwaj-raju/TextSuggest.git
+ source = textsuggest::git+https://gitlab.com/bharadwaj-raju/TextSuggest.git
md5sums = SKIP
pkgname = textsuggest-git
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
+}