summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hsuan Yen2018-08-15 01:13:41 +0800
committerChih-Hsuan Yen2018-08-15 01:13:41 +0800
commit5d0fc8d9571cb50bd604dfd761bb00b18f5d7323 (patch)
treedf6c8cd5b515b7fafdaf1d374204f841eb9aa4d5
parent487b91722b377af8c3900b96bfcb2d2b1ad10a29 (diff)
downloadaur-5d0fc8d9571cb50bd604dfd761bb00b18f5d7323.tar.gz
Bump to 0.2.3.r4.ge4bb273
Depend on libchewing-git instead of libchewing
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0e06393ed51..18313407363f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = fcitx-chewing-git
pkgdesc = Fcitx Wrapper for chewing
pkgver = 0.2.3.r4.ge4bb273
- pkgrel = 2
- url = https://github.com/fcitx/fcitx-chewing
+ pkgrel = 3
+ url = https://gitlab.com/fcitx/fcitx-chewing
arch = i686
arch = x86_64
license = GPL
@@ -12,7 +12,7 @@ pkgbase = fcitx-chewing-git
depends = fcitx
provides = fcitx-chewing
conflicts = fcitx-chewing
- source = git+https://github.com/fcitx/fcitx-chewing.git
+ source = git+https://gitlab.com/fcitx/fcitx-chewing.git
md5sums = SKIP
pkgname = fcitx-chewing-git
diff --git a/PKGBUILD b/PKGBUILD
index 1d354ea8c020..2c6cec10e4c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
_pkgname=fcitx-chewing
pkgname=${_pkgname}-git
pkgver=0.2.3.r4.ge4bb273
-pkgrel=2
+pkgrel=3
pkgdesc='Fcitx Wrapper for chewing'
arch=(i686 x86_64)
-url='https://github.com/fcitx/fcitx-chewing'
+url='https://gitlab.com/fcitx/fcitx-chewing'
license=(GPL)
depends=(libchewing-git fcitx)
makedepends=(cmake git)
-source=("git+https://github.com/fcitx/fcitx-chewing.git")
+source=("git+https://gitlab.com/fcitx/fcitx-chewing.git")
md5sums=('SKIP')
conflicts=("${_pkgname}")
provides=("${_pkgname}")