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

Alexander Rødseth arodseth at archlinux.org
Fri Dec 25 09:38:23 UTC 2020


    Date: Friday, December 25, 2020 @ 09:38:23
  Author: arodseth
Revision: 789935

gtk2 is required for the calfjackhost executable

Modified:
  calf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-25 09:38:15 UTC (rev 789934)
+++ PKGBUILD	2020-12-25 09:38:23 UTC (rev 789935)
@@ -4,13 +4,13 @@
 
 pkgname=calf
 pkgver=0.90.3
-pkgrel=3
+pkgrel=4
 pkgdesc='LV2 plug-in suite and standalone Jack host'
 arch=(x86_64)
 url="https://calf-studio-gear.org"
 groups=(lv2-plugins pro-audio)
 license=(LGPL2.1)
-depends=(fftw fluidsynth gtk3)
+depends=(fftw fluidsynth gtk2)
 makedepends=(lv2)
 source=("https://calf-studio-gear.org/files/$pkgname-$pkgver.tar.gz")
 sha256sums=('e32bc23fb68f88729bdef361614fd9ac38627c774c35cd3c4eb611fca887a49f')



More information about the arch-commits mailing list