summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2018-06-14 17:42:59 +0800
committerlilac2018-06-14 17:42:59 +0800
commit16132748e429a19dd1052e75cbe83e16488796a7 (patch)
treec2047048fc8e441e92010a10b9ccea82e605467d
parent47102ecbfe8ac8bbbef818d4519327535f0d66cb (diff)
downloadaur-16132748e429a19dd1052e75cbe83e16488796a7.tar.gz
update by lilac
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07366fca70f8..d11083730ea7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = fcitx5-git
pkgdesc = Next generation of fcitx
- pkgver = r251.79b4615
+ pkgver = r404.91816c5
pkgrel = 1
- url = https://github.com/fcitx/fcitx5
+ url = https://gitlab.com/fcitx/fcitx5
arch = i686
arch = x86_64
license = GPL
@@ -21,8 +21,9 @@ pkgbase = fcitx5-git
depends = xcb-util-wm
depends = libxkbfile
depends = fmt
+ depends = libxkbfile
depends = gdk-pixbuf2
- source = git+https://github.com/fcitx/fcitx5.git
+ source = git+https://gitlab.com/fcitx/fcitx5.git
sha512sums = SKIP
pkgname = fcitx5-git
diff --git a/PKGBUILD b/PKGBUILD
index ef1af6371761..020973bd15f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,17 @@
# Contributor: csslayer <wengxt AT gmail com>
pkgname=fcitx5-git
-pkgver=r251.79b4615
+pkgver=r404.91816c5
pkgrel=1
pkgdesc="Next generation of fcitx"
arch=('i686' 'x86_64')
-url="https://github.com/fcitx/fcitx5"
+url="https://gitlab.com/fcitx/fcitx5"
license=('GPL')
depends=('cairo' 'enchant' 'iso-codes' 'libgl' 'libxkbcommon-x11' 'pango' 'systemd' 'wayland'
- 'wayland-protocols' 'xcb-imdkit-git' 'xcb-util-wm' 'libxkbfile' 'fmt' 'gdk-pixbuf2')
+ 'wayland-protocols' 'xcb-imdkit-git' 'xcb-util-wm' 'libxkbfile'
+ 'fmt' 'libxkbfile' 'gdk-pixbuf2')
makedepends=('extra-cmake-modules' 'git')
-source=("git+https://github.com/fcitx/fcitx5.git")
+source=("git+$url.git")
sha512sums=('SKIP')
pkgver() {