summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Mielniczuk2019-04-17 15:02:43 +0200
committerMarcin Mielniczuk2019-04-17 15:02:43 +0200
commitc22377c9c9bba60d07dafd652eea57acbc073391 (patch)
tree238b9bdb681a00f7be542fcd233c4b4567f8e3b7
parent1518986c61165838759c4522f788363ee975d3dc (diff)
downloadaur-c22377c9c9bba60d07dafd652eea57acbc073391.tar.gz
Add libpinyin to dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e6b2f675464..2d9f7eb1d3b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ibus-libzhuyin
pkgdesc = New Zhuyin engine based on libzhuyin for IBus
pkgver = 1.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/libzhuyin/ibus-libzhuyin
arch = x86_64
license = GPL2
@@ -11,6 +11,7 @@ pkgbase = ibus-libzhuyin
depends = ibus
depends = opencc
depends = python-xdg
+ depends = libpinyin
source = ibus-libzhuyin-1.9.0.tar.gz::https://github.com/libzhuyin/ibus-libzhuyin/archive/1.9.0.tar.gz
sha512sums = 6ad2d4768e0f5d605b66dd5133b55940972a9f92c8257f09b53a84cf80a07eabb9f2f9c354de66d4544321f0bdbb763b7401d28d468934b12a20fdbc7dd75b55
diff --git a/PKGBUILD b/PKGBUILD
index 4c3f2298f49f..acc18fbd46d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=ibus-libzhuyin
pkgver=1.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="New Zhuyin engine based on libzhuyin for IBus"
arch=('x86_64')
license=('GPL2')
url="https://github.com/libzhuyin/ibus-libzhuyin"
-depends=('ibus' 'opencc' 'python-xdg')
+# libpinyin provides both libpinyin.so and libzhuyin.so
+depends=('ibus' 'opencc' 'python-xdg' 'libpinyin')
makedepends=('git' 'intltool' 'gnome-common')
source=("$pkgname-$pkgver.tar.gz::https://github.com/libzhuyin/ibus-libzhuyin/archive/$pkgver.tar.gz")
sha512sums=('6ad2d4768e0f5d605b66dd5133b55940972a9f92c8257f09b53a84cf80a07eabb9f2f9c354de66d4544321f0bdbb763b7401d28d468934b12a20fdbc7dd75b55')