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

David Runge dvzrv at archlinux.org
Tue Sep 24 09:17:42 UTC 2019


    Date: Tuesday, September 24, 2019 @ 09:17:41
  Author: dvzrv
Revision: 511639

upgpkg: tidalcycles 1.4.2-7

Adding ghc to depends, as it is required to actually do anything with tidalcycles.

Modified:
  tidalcycles/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-24 09:16:43 UTC (rev 511638)
+++ PKGBUILD	2019-09-24 09:17:41 UTC (rev 511639)
@@ -3,16 +3,15 @@
 _name=Tidal
 pkgname=tidalcycles
 pkgver=1.4.2
-pkgrel=6
+pkgrel=7
 pkgdesc="A domain specific language for live coding pattern."
 arch=('x86_64')
 url="https://tidalcycles.org/"
 license=('GPL3')
 groups=('pro-audio')
-depends=('ghc-libs' 'haskell-bifunctors' 'haskell-clock' 'haskell-colour'
+depends=('ghc' 'ghc-libs' 'haskell-bifunctors' 'haskell-clock' 'haskell-colour'
 'haskell-hosc' 'haskell-mwc-random' 'haskell-network' 'haskell-primitive'
 'haskell-vector' 'supercollider')
-makedepends=('ghc')
 checkdepends=('haskell-microspec')
 optdepends=('sc3-plugins: Examples using special UGens')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/tidalcycles/Tidal/archive/${pkgver}.tar.gz")



More information about the arch-commits mailing list