summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSeeLook2021-09-03 09:19:30 +0200
committerSeeLook2021-09-03 09:19:30 +0200
commit0c0ecefef56e747bbde5704656efe4bcfec5351a (patch)
tree68bfb829c88c648b06634ad6a1ecc85ec7e7f66e /PKGBUILD
parent200a93cde0dd53ee9476f75ddc19e3be9bc253cd (diff)
downloadaur-nootka.tar.gz
Added qt5-tools for makedepend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6de27fe91eaf..62498694a55b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nootka
pkgver=2.0.2
_pkgver=2.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="A cross-platform tool for learning classical score notation. Sight reading and ear training."
arch=('x86_64' 'i686')
url="https://nootka.sourceforge.io/"
@@ -15,7 +15,7 @@ optdepends=(
'qt5-translations: for other languages support'
)
conflicts=('nootka-hg' 'nootka-git')
-makedepends=('cmake' 'qt5-base' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'fftw' 'libvorbis' 'soundtouch' 'alsa-lib')
+makedepends=('cmake' 'qt5-base' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'fftw' 'qt5-tools' 'libvorbis' 'soundtouch' 'alsa-lib')
source=("https://sourceforge.net/projects/nootka/files/Nootka-$_pkgver/nootka-$_pkgver-source.tar.bz2")
sha256sums=('6477722d9dfe4c2a50efbb5c36e0e5376d76e2a2c366ef43747e71ed12351c8b')