summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Mattern2017-03-03 09:19:44 +0100
committerPeter Mattern2017-03-03 09:19:44 +0100
commitd5ba846dbc331d54a73a5edc141c988b70b491fe (patch)
tree859327a054f3a21a6cbf3a8e10d3df0ff8c6535a /PKGBUILD
parenteaafe83a4ef0d4faf85e12957f6157b0cbee3bed (diff)
downloadaur-d5ba846dbc331d54a73a5edc141c988b70b491fe.tar.gz
Add build dependency qt-tools
Needed for localization.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0431e10008bb..dd2c96e963f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=featherpad
pkgname=$_pkgname-git
-pkgver=r33.a89933d
+pkgver=r110.e54a5c6
pkgrel=1
pkgdesc='Lightweight Qt5 plain text editor for Linux'
arch=('i686' 'x86_64')
url='https://github.com/tsujan/FeatherPad'
license=('GPL3')
depends=('qt5-svg' 'qt5-x11extras' 'desktop-file-utils' 'gtk-update-icon-cache')
-makedepends=('git')
+makedepends=('git' 'qt5-tools')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("$_pkgname::git+https://github.com/tsujan/FeatherPad.git")