summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Beckers2021-09-02 23:10:20 +0200
committerLars Beckers2021-09-02 23:10:20 +0200
commit5592614b1d9a5fa0b0e552f18f25e404007c00f3 (patch)
treef2844593fcc896828e5c5d962114d3775146bb1b
parent75d40f8d896f9f085ebb241bb6562e78750ea7b6 (diff)
downloadaur-5592614b1d9a5fa0b0e552f18f25e404007c00f3.tar.gz
add qt5-tools to makedepends
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50f62058953e..efa711f07c42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
-# Generated by makepkg 5.1.3
-# Thu May 23 13:23:56 UTC 2019
pkgbase = qnetwalk
pkgdesc = Connect all the terminals to the server, in as few turns as possible
pkgver = 1.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/AMDmi3/qnetwalk
arch = x86_64
license = GPL
makedepends = cmake
+ makedepends = qt5-tools
depends = qt5-base
depends = sdl_mixer
source = https://github.com/AMDmi3/qnetwalk/archive/1.5.tar.gz
@@ -18,4 +17,3 @@ pkgbase = qnetwalk
sha512sums = f58d25033b515ee79e73d6f9528908818ee510083ba378c42481cb2fafe3eb041bf43425eaa335b6bfaeee959815916343fba77431aacf30b9ebdca9ac78735e
pkgname = qnetwalk
-
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() {