summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorredtide2021-02-27 01:14:25 +0100
committerredtide2021-02-27 01:14:25 +0100
commit8fb2f1d7a551c579e4ffaf5adbd2cb011f1001bc (patch)
treeaec1fdf8287f06a26b22d2bb60599fde4ed0a8f8 /PKGBUILD
parent5871513b76dbc1497013cdeffd92eda8522cf736 (diff)
downloadaur-8fb2f1d7a551c579e4ffaf5adbd2cb011f1001bc.tar.gz
Added Pango dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5dafb530756a..288e3deb416c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,16 @@
_pkgname="sfizz"
pkgname="${_pkgname}-git"
-pkgver=r3055.eab7d6e2
+pkgver=r3128.e830ca13
pkgrel=1
pkgdesc="SFZ library and LV2 plugin"
url="https://sfz.tools/sfizz"
arch=('x86_64')
license=('custom:BSD-2-Clause' 'custom:ISC')
makedepends=('git' 'cmake')
-depends=('libsndfile' 'jack' 'libx11' 'libxcb' 'xcb-util' 'xcb-util-cursor' 'xcb-util-keysyms' 'libxkbcommon' 'libxkbcommon-x11' 'fontconfig' 'cairo' 'freetype2' 'zenity')
+depends=('libsndfile' 'jack' 'libx11' 'libxcb' 'xcb-util' 'xcb-util-cursor'
+ 'xcb-util-keysyms' 'libxkbcommon' 'libxkbcommon-x11' 'fontconfig' 'cairo'
+ 'freetype2' 'pango' 'zenity')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("$pkgname"::"git+https://github.com/sfztools/sfizz#branch=develop")