summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0e06393ed51..18313407363f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = fcitx-chewing-git
pkgdesc = Fcitx Wrapper for chewing
pkgver = 0.2.3.r4.ge4bb273
- pkgrel = 2
- url = https://github.com/fcitx/fcitx-chewing
+ pkgrel = 3
+ url = https://gitlab.com/fcitx/fcitx-chewing
arch = i686
arch = x86_64
license = GPL
@@ -12,7 +12,7 @@ pkgbase = fcitx-chewing-git
depends = fcitx
provides = fcitx-chewing
conflicts = fcitx-chewing
- source = git+https://github.com/fcitx/fcitx-chewing.git
+ source = git+https://gitlab.com/fcitx/fcitx-chewing.git
md5sums = SKIP
pkgname = fcitx-chewing-git
diff --git a/PKGBUILD b/PKGBUILD
index 1d354ea8c020..2c6cec10e4c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
_pkgname=fcitx-chewing
pkgname=${_pkgname}-git
pkgver=0.2.3.r4.ge4bb273
-pkgrel=2
+pkgrel=3
pkgdesc='Fcitx Wrapper for chewing'
arch=(i686 x86_64)
-url='https://github.com/fcitx/fcitx-chewing'
+url='https://gitlab.com/fcitx/fcitx-chewing'
license=(GPL)
depends=(libchewing-git fcitx)
makedepends=(cmake git)
-source=("git+https://github.com/fcitx/fcitx-chewing.git")
+source=("git+https://gitlab.com/fcitx/fcitx-chewing.git")
md5sums=('SKIP')
conflicts=("${_pkgname}")
provides=("${_pkgname}")