summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2019-11-05 05:50:47 +0800
committerlilac2019-11-05 05:50:47 +0800
commitfcb4702eb3cc7a8494467331ef93096031c8c1fa (patch)
treed85011a22c382b9f423a977e8b4af4baea254290
parent840e421d2a229afd273005c109fffe9735b2c87c (diff)
downloadaur-fcb4702eb3cc7a8494467331ef93096031c8c1fa.tar.gz
update by lilac
-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')