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

Felix Yan felixonmars at archlinux.org
Wed Jun 16 13:14:02 UTC 2021


    Date: Wednesday, June 16, 2021 @ 13:14:01
  Author: felixonmars
Revision: 964286

upgpkg: haskell-tidal 1.7.5-3: rebuild with hosc 0.19

Modified:
  haskell-tidal/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-16 12:17:12 UTC (rev 964285)
+++ PKGBUILD	2021-06-16 13:14:01 UTC (rev 964286)
@@ -3,7 +3,7 @@
 _name=Tidal
 pkgname=haskell-tidal
 pkgver=1.7.5
-pkgrel=2
+pkgrel=3
 pkgdesc="A domain specific language for live coding pattern."
 arch=('x86_64')
 url="https://tidalcycles.org/"
@@ -12,6 +12,7 @@
 depends=('ghc' 'ghc-libs' 'glibc' 'haskell-bifunctors' 'haskell-clock'
 'haskell-colour' 'haskell-hosc' 'haskell-mwc-random' 'haskell-network'
 'haskell-primitive' 'haskell-random' 'haskell-vector' 'supercollider')
+makedepends=('uusi')
 checkdepends=('haskell-microspec')
 optdepends=('sc3-plugins: Examples using special UGens')
 conflicts=('tidalcycles')
@@ -22,6 +23,7 @@
 
 prepare() {
   mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+  uusi -u hosc $pkgname-$pkgver/tidal.cabal
 }
 
 build() {



More information about the arch-commits mailing list