summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYen Chi Hsuan2017-12-21 01:42:32 +0800
committerYen Chi Hsuan2017-12-21 01:42:32 +0800
commit487b91722b377af8c3900b96bfcb2d2b1ad10a29 (patch)
treef68747cadfffe9bcb865ec6f63d391a64aa8e9e5
parent15e91843327ae49c9a4c2e53ddeab3a434a5db0b (diff)
downloadaur-487b91722b377af8c3900b96bfcb2d2b1ad10a29.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 b0be6c191342..a0e06393ed51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = fcitx-chewing-git
pkgdesc = Fcitx Wrapper for chewing
- pkgver = 0.2.2.r26.g73e5a87
- pkgrel = 1
+ pkgver = 0.2.3.r4.ge4bb273
+ pkgrel = 2
url = https://github.com/fcitx/fcitx-chewing
arch = i686
arch = x86_64
license = GPL
makedepends = cmake
makedepends = git
- depends = libchewing
+ depends = libchewing-git
depends = fcitx
provides = fcitx-chewing
conflicts = fcitx-chewing
diff --git a/PKGBUILD b/PKGBUILD
index afa769ea31a7..1d354ea8c020 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_pkgname=fcitx-chewing
pkgname=${_pkgname}-git
-pkgver=0.2.2.r26.g73e5a87
-pkgrel=1
+pkgver=0.2.3.r4.ge4bb273
+pkgrel=2
pkgdesc='Fcitx Wrapper for chewing'
arch=(i686 x86_64)
url='https://github.com/fcitx/fcitx-chewing'
license=(GPL)
-depends=(libchewing fcitx)
+depends=(libchewing-git fcitx)
makedepends=(cmake git)
source=("git+https://github.com/fcitx/fcitx-chewing.git")
md5sums=('SKIP')