summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea44348c5f40..0a9bfabb2be9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pianoteq-stage
pkgdesc = Virtual piano instrument using physical modelling synthesis. Both standalone and plugin versions.
pkgver = 6.6.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.pianoteq.com/pianoteq
arch = i686
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = pianoteq-stage
makedepends = p7zip
depends = alsa-lib
depends = freetype2
+ depends = ttf-font
depends = libxext
provides = pianoteq
conflicts = pianoteq
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%-*}")