summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3aafd4f4272a..6054bb86f4a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libime-git
pkgdesc = A library to support generic input method implementation
- pkgver = r139.d612e07
- pkgrel = 3
+ pkgver = r140.3254159
+ pkgrel = 1
url = https://gitlab.com/fcitx/libime
arch = i686
arch = x86_64
@@ -12,6 +12,7 @@ pkgbase = libime-git
makedepends = python
depends = boost-libs
depends = fcitx5-git
+ conflicts = libime
source = git+https://gitlab.com/fcitx/libime.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 48a89c123101..7c738ac2d765 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,15 @@
# Contributor: csslayer <wengxt AT gmail com>
pkgname=libime-git
-pkgver=r139.d612e07
-pkgrel=3
+pkgver=r140.3254159
+pkgrel=1
pkgdesc="A library to support generic input method implementation"
arch=('i686' 'x86_64')
url="https://gitlab.com/fcitx/libime"
license=('GPL')
depends=('boost-libs' 'fcitx5-git')
makedepends=('boost' 'extra-cmake-modules' 'git' 'python')
+conflicts=('libime')
source=("git+$url.git")
sha512sums=('SKIP')