summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6054bb86f4a6..63939ac952e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = libime-git
pkgdesc = A library to support generic input method implementation
- pkgver = r140.3254159
+ pkgver = r142.442e091
pkgrel = 1
- url = https://gitlab.com/fcitx/libime
+ url = https://github.com/fcitx/libime
arch = i686
arch = x86_64
license = GPL
@@ -13,7 +13,7 @@ pkgbase = libime-git
depends = boost-libs
depends = fcitx5-git
conflicts = libime
- source = git+https://gitlab.com/fcitx/libime.git
+ source = git+https://github.com/fcitx/libime.git
sha512sums = SKIP
pkgname = libime-git
diff --git a/PKGBUILD b/PKGBUILD
index 7c738ac2d765..7b56b2946e67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
# Contributor: csslayer <wengxt AT gmail com>
pkgname=libime-git
-pkgver=r140.3254159
+pkgver=r142.442e091
pkgrel=1
pkgdesc="A library to support generic input method implementation"
arch=('i686' 'x86_64')
-url="https://gitlab.com/fcitx/libime"
+url="https://github.com/fcitx/libime"
license=('GPL')
depends=('boost-libs' 'fcitx5-git')
makedepends=('boost' 'extra-cmake-modules' 'git' 'python')