summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredtide2021-02-22 22:13:03 +0100
committerredtide2021-02-22 22:13:03 +0100
commit5871513b76dbc1497013cdeffd92eda8522cf736 (patch)
treeead4a3a44884af94847b5249bcc91a8f318386d9
parent112c3e29a38b00a868b84e494c4d6da6db2b19b2 (diff)
downloadaur-5871513b76dbc1497013cdeffd92eda8522cf736.tar.gz
Bump version, added zenity dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a14f659b2986..ebbff19f7cb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sfizz-git
pkgdesc = SFZ library and LV2 plugin
- pkgver = r2043.fa610c1f
+ pkgver = r3055.eab7d6e2
pkgrel = 1
url = https://sfz.tools/sfizz
arch = x86_64
@@ -20,6 +20,7 @@ pkgbase = sfizz-git
depends = fontconfig
depends = cairo
depends = freetype2
+ depends = zenity
provides = sfizz
conflicts = sfizz
source = sfizz-git::git+https://github.com/sfztools/sfizz#branch=develop
diff --git a/PKGBUILD b/PKGBUILD
index be5832482301..5dafb530756a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
-# Maintainer: RedTide <redtid3@gmail.com>
+# Maintainer: redtide <redtid3@gmail.com>
# Maintainer: Jean Pierre Cimalando <jp-dev@inbox.ru>
_pkgname="sfizz"
pkgname="${_pkgname}-git"
-pkgver=r2043.fa610c1f
+pkgver=r3055.eab7d6e2
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')
-provides=('sfizz')
-conflicts=('sfizz')
+depends=('libsndfile' 'jack' 'libx11' 'libxcb' 'xcb-util' 'xcb-util-cursor' 'xcb-util-keysyms' 'libxkbcommon' 'libxkbcommon-x11' 'fontconfig' 'cairo' 'freetype2' 'zenity')
+provides=("${_pkgname}")
+conflicts=("${_pkgname}")
source=("$pkgname"::"git+https://github.com/sfztools/sfizz#branch=develop")
sha512sums=('SKIP')
pkgver() {