summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorspider-mario2019-11-26 20:42:00 +0100
committerspider-mario2019-11-26 20:42:56 +0100
commit542b6a738a8e3c54c5ac4a1bc38ea88112f337a2 (patch)
tree6b2abaf587034610caf1cdbc80aabaafb69241ab /PKGBUILD
parent115e14bbe2b17f79fdca2f2903b2e6daed887c9b (diff)
downloadaur-542b6a738a8e3c54c5ac4a1bc38ea88112f337a2.tar.gz
Depend on ttf-font explicitly
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0723b46c6f3d..d2a04f79dd84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
pkgname=pianoteq-stage
pkgver=6.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="Virtual piano instrument using physical modelling synthesis. Both standalone and plugin versions."
arch=('i686' 'x86_64')
url="https://www.pianoteq.com/pianoteq"
license=('LGPL')
-depends=('alsa-lib' 'freetype2' 'libxext')
+depends=('alsa-lib' 'freetype2' 'ttf-font' 'libxext')
makedepends=('gendesk' 'wget' 'p7zip')
optdepends=()
provides=("${pkgname%-*}")