summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2019-11-05 04:34:27 +0800
committerlilac2019-11-05 04:34:27 +0800
commit8bb6cd3690c412a6c9b75441d9205dd2251fc0a0 (patch)
tree5efe375e541a362a18b0ba092fc032da382e73e9
parent89a034be31c637e8fc6f0ee91f9d9569b62d760a (diff)
downloadaur-8bb6cd3690c412a6c9b75441d9205dd2251fc0a0.tar.gz
update by lilac
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f8544cdd089..98d625e76f63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = xcb-imdkit-git
pkgdesc = Input method development support for xcb
pkgver = r62.a607b19
- pkgrel = 3
- url = https://gitlab.com/fcitx/xcb-imdkit
+ pkgrel = 5
+ url = https://github.com/fcitx/xcb-imdkit
arch = i686
arch = x86_64
license = GPL
@@ -12,7 +12,7 @@ pkgbase = xcb-imdkit-git
depends = xcb-util-keysyms
provides = xcb-imdkit
conflicts = xcb-imdkit
- source = git+https://gitlab.com/fcitx/xcb-imdkit.git
+ source = git+https://github.com/fcitx/xcb-imdkit.git
sha512sums = SKIP
pkgname = xcb-imdkit-git
diff --git a/PKGBUILD b/PKGBUILD
index 7431872223fe..0bdaedc4edef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,16 +5,16 @@
_pkgname=xcb-imdkit
pkgname=${_pkgname}-git
pkgver=r62.a607b19
-pkgrel=3
+pkgrel=5
pkgdesc="Input method development support for xcb"
arch=('i686' 'x86_64')
-url="https://gitlab.com/fcitx/xcb-imdkit"
+url="https://github.com/fcitx/xcb-imdkit"
license=('GPL')
depends=('xcb-util' 'xcb-util-keysyms')
makedepends=('extra-cmake-modules' 'git')
provides=(${_pkgname})
conflicts=(${_pkgname})
-source=("git+https://gitlab.com/fcitx/xcb-imdkit.git")
+source=("git+https://github.com/fcitx/xcb-imdkit.git")
sha512sums=('SKIP')
pkgver() {