summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLars Beckers2021-09-02 23:10:20 +0200
committerLars Beckers2021-09-02 23:10:20 +0200
commit5592614b1d9a5fa0b0e552f18f25e404007c00f3 (patch)
treef2844593fcc896828e5c5d962114d3775146bb1b /PKGBUILD
parent75d40f8d896f9f085ebb241bb6562e78750ea7b6 (diff)
downloadaur-5592614b1d9a5fa0b0e552f18f25e404007c00f3.tar.gz
add qt5-tools to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8455e78c517d..4743a492653f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=qnetwalk
pkgver=1.5
-pkgrel=1
+pkgrel=2
pkgdesc="Connect all the terminals to the server, in as few turns as possible"
arch=('x86_64')
url="https://github.com/AMDmi3/qnetwalk"
license=('GPL')
depends=('qt5-base' 'sdl_mixer')
-makedepends=('cmake')
+makedepends=('cmake' 'qt5-tools')
source=("https://github.com/AMDmi3/qnetwalk/archive/$pkgver.tar.gz")
build() {