summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16d0ae4332f0..5624996fe2d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Thu Feb 22 09:22:27 UTC 2018
pkgbase = fcitx5-anthy-git
pkgdesc = Anthy input method for fcitx5
pkgver = r139.b9ac495
pkgrel = 1
- url = https://github.com/fcitx/fcitx5-anthy
+ url = https://gitlab.com/fcitx/fcitx5-anthy
arch = x86_64
license = GPL
makedepends = cmake
@@ -15,7 +13,7 @@ pkgbase = fcitx5-anthy-git
depends = hicolor-icon-theme
provides = fcitx5-anthy
conflicts = fcitx-anthy
- source = git+https://github.com/fcitx/fcitx5-anthy.git
+ source = git+https://gitlab.com/fcitx/fcitx5-anthy.git
sha512sums = SKIP
pkgname = fcitx5-anthy-git
diff --git a/PKGBUILD b/PKGBUILD
index 3f112784279d..401fa4357bac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ pkgver=r139.b9ac495
pkgrel=1
pkgdesc="Anthy input method for fcitx5"
arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-anthy"
+url="https://gitlab.com/fcitx/fcitx5-anthy"
license=('GPL')
depends=('fcitx5-git' 'anthy' 'hicolor-icon-theme')
makedepends=('cmake' 'git' 'extra-cmake-modules')
conflicts=('fcitx-anthy')
provides=('fcitx5-anthy')
-source=('git+https://github.com/fcitx/fcitx5-anthy.git')
+source=("git+$url.git")
sha512sums=('SKIP')
pkgver() {