summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Courbot2022-01-30 10:03:28 +0900
committerAlexandre Courbot2022-01-30 10:03:28 +0900
commitd2cad777cebf9d658845a2e11d239a82e40dc5a4 (patch)
tree95fedcef91f27ec53e22252b2521fb445c6d5eb0
parent6523993ff8eab7a4eb40a7b4892d70c94aff33e1 (diff)
downloadaur-d2cad777cebf9d658845a2e11d239a82e40dc5a4.tar.gz
add qt5-tools to the build dependencies
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2cfb9870c9ef..f8a6b1bc3379 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=tagainijisho
pkgver=1.1.90
-pkgrel=1
+pkgrel=2
pkgdesc="A Free Japanese dictionary and study assistant"
arch=('i686' 'x86_64' 'armv7h' 'armv6h')
url="http://www.tagaini.net/"
license=('GPL3')
depends=('qt5-base>=5.15')
-makedepends=('cmake>=2.8.1' 'desktop-file-utils')
+makedepends=('cmake>=2.8.1' 'desktop-file-utils' 'qt5-tools')
source=(https://github.com/Gnurou/tagainijisho/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
md5sums=('e6704078571db9584745ef4747105ef8')