[arch-commits] Commit in bespokesynth/trunk (PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Thu Dec 9 23:43:10 UTC 2021


    Date: Thursday, December 9, 2021 @ 23:43:10
  Author: dvzrv
Revision: 1065922

upgpkg: bespokesynth 1.1.0-2: Rebuild to add mssing optdepends, provides and groups.

Modified:
  bespokesynth/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-09 23:23:23 UTC (rev 1065921)
+++ PKGBUILD	2021-12-09 23:43:10 UTC (rev 1065922)
@@ -3,15 +3,20 @@
 pkgname=bespokesynth
 pkgver=1.1.0
 _commit=bd41884b9032b585c6271b6d91f8942d3fac4e2b  # v1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A software modular synth"
 arch=(x86_64)
 url="https://www.bespokesynth.com/"
 license=(GPL3)
+groups=(pro-audio)
 depends=(gcc-libs glibc hicolor-icon-theme libglvnd libpng python zlib)
 makedepends=(alsa-lib cmake flac git jack juce libusb libvorbis libx11
 libxcursor libxinerama pybind11 tuning-library xorg-xrandr)
-optdepends=('python-jedi: for code completion')
+optdepends=(
+  'jack: to use with JACK'
+  'python-jedi: for code completion'
+)
+provides=(vst3-host)
 source=(
   "$pkgname::git+https://github.com/${pkgname}/${pkgname}#commit=${_commit}"
   "MTS-ESP::git+https://github.com/ODDSound/MTS-ESP"



More information about the arch-commits mailing list