diff options
author | lilac | 2018-06-14 17:57:59 +0800 |
---|---|---|
committer | lilac | 2018-06-14 17:57:59 +0800 |
commit | 81c3ac65426b94f9aec1242c2aeb9fbfbd5f48c6 (patch) | |
tree | bd7fb092013718a60fb0bee212750642713a0d5a | |
parent | 76d5f55fb6d779893e534b8abbfe7bde89f99bc4 (diff) | |
download | aur-81c3ac65426b94f9aec1242c2aeb9fbfbd5f48c6.tar.gz |
update by lilac
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 6 deletions
@@ -1,10 +1,8 @@ -# Generated by mksrcinfo v8 -# Thu Feb 22 09:22:27 UTC 2018 pkgbase = fcitx5-anthy-git pkgdesc = Anthy input method for fcitx5 pkgver = r139.b9ac495 pkgrel = 1 - url = https://github.com/fcitx/fcitx5-anthy + url = https://gitlab.com/fcitx/fcitx5-anthy arch = x86_64 license = GPL makedepends = cmake @@ -15,7 +13,7 @@ pkgbase = fcitx5-anthy-git depends = hicolor-icon-theme provides = fcitx5-anthy conflicts = fcitx-anthy - source = git+https://github.com/fcitx/fcitx5-anthy.git + source = git+https://gitlab.com/fcitx/fcitx5-anthy.git sha512sums = SKIP pkgname = fcitx5-anthy-git @@ -5,13 +5,13 @@ pkgver=r139.b9ac495 pkgrel=1 pkgdesc="Anthy input method for fcitx5" arch=('x86_64') -url="https://github.com/fcitx/fcitx5-anthy" +url="https://gitlab.com/fcitx/fcitx5-anthy" license=('GPL') depends=('fcitx5-git' 'anthy' 'hicolor-icon-theme') makedepends=('cmake' 'git' 'extra-cmake-modules') conflicts=('fcitx-anthy') provides=('fcitx5-anthy') -source=('git+https://github.com/fcitx/fcitx5-anthy.git') +source=("git+$url.git") sha512sums=('SKIP') pkgver() { |