summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Mielniczuk2019-05-24 21:55:58 +0200
committerMarcin Mielniczuk2019-05-24 21:55:58 +0200
commit8cdeb9056e262d078e8625435669f9360c85debc (patch)
tree9ed490ba10c278b72c7d8a96de47fe2a4f1de80e
parent7f21def9d43fac698ff714444eb9517a8e431c31 (diff)
downloadaur-8cdeb9056e262d078e8625435669f9360c85debc.tar.gz
Add wget to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 551bd2b99a6c..395af9c92a0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = ibus-libzhuyin
pkgdesc = New Zhuyin engine based on libzhuyin for IBus
pkgver = 1.9.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/libzhuyin/ibus-libzhuyin
arch = x86_64
license = GPL2
makedepends = git
makedepends = intltool
makedepends = gnome-common
+ makedepends = wget
depends = ibus
depends = opencc
depends = python-xdg
diff --git a/PKGBUILD b/PKGBUILD
index f29a3608c845..db84bc775e3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=ibus-libzhuyin
pkgver=1.9.1
-pkgrel=2
+pkgrel=3
pkgdesc="New Zhuyin engine based on libzhuyin for IBus"
arch=('x86_64')
license=('GPL2')
url="https://github.com/libzhuyin/ibus-libzhuyin"
# libpinyin provides both libpinyin.so and libzhuyin.so
depends=('ibus' 'opencc' 'python-xdg' 'libpinyin')
-makedepends=('git' 'intltool' 'gnome-common')
+makedepends=('git' 'intltool' 'gnome-common' 'wget')
source=("$pkgname-$pkgver.tar.gz::https://github.com/libzhuyin/ibus-libzhuyin/archive/$pkgver.tar.gz")
sha512sums=('568adadf01b1cc1d0f0527b95de0dde884208402c817523007b11df9f39c04c3d6fa58f6434fc48d897bac6a2ecf2d50a1e9a2c214d52f7189d15101a5da5e10')