summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcodl2018-11-22 12:35:40 +0100
committercodl2018-11-22 12:35:40 +0100
commitfb99f2941485a5a799f3727a16433ddd57b1a55d (patch)
tree0d0d4c0598a5e496bc125568e049eff686fe2b53
parent5e2e492db9773a0524c97c1fb66dfb65302f6c29 (diff)
downloadaur-ibus-uniemoji.tar.gz
depend on ibus, not libibus
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c33a774626d..ab5210ceef97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = ibus-uniemoji
pkgdesc = A simple input method for ibus that allows you to enter unicode emoji and other symbols by name
pkgver = 0.6.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/salty-horse/ibus-uniemoji
arch = i686
arch = x86_64
license = GPL
depends = python
- depends = libibus
+ depends = ibus
optdepends = python-levenshtein: faster fuzzy search
conflicts = ibus-uniemoji-git
source = https://github.com/salty-horse/ibus-uniemoji/archive/v0.6.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 137034850f60..69c5eba64f26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=ibus-uniemoji
pkgver=0.6.0
-pkgrel=2
+pkgrel=3
pkgdesc="A simple input method for ibus that allows you to enter unicode emoji and other symbols by name"
arch=(i686 x86_64)
url="https://github.com/salty-horse/ibus-uniemoji"
license=('GPL')
-depends=('python' 'libibus')
+depends=('python' 'ibus')
conflicts=('ibus-uniemoji-git')
optdepends=('python-levenshtein: faster fuzzy search')
source=("https://github.com/salty-horse/ibus-uniemoji/archive/v${pkgver}.tar.gz")