Date: Sunday, August 21, 2022 @ 10:17:53 Author: felixonmars Revision: 1272470
upgpkg: haskell-tidal 1.8.1-1 Modified: haskell-tidal/trunk/PKGBUILD ----------+ PKGBUILD | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-21 10:13:48 UTC (rev 1272469) +++ PKGBUILD 2022-08-21 10:17:53 UTC (rev 1272470) @@ -1,30 +1,25 @@ # Maintainer: David Runge <[email protected]> -_name=Tidal +_name=tidal pkgname=haskell-tidal -pkgver=1.8.0 -pkgrel=18 +pkgver=1.8.1 +pkgrel=1 pkgdesc="A domain specific language for live coding pattern." arch=(x86_64) url="https://tidalcycles.org/" license=(GPL3) groups=(pro-audio) -depends=(ghc ghc-libs glibc haskell-async haskell-bifunctors haskell-clock -haskell-colour haskell-hint haskell-hosc haskell-mwc-random haskell-network +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) replaces=(tidalcycles) -source=($pkgname-$pkgver.tar.gz::https://github.com/tidalcycles/$_name/archive/refs/tags/v$pkgver.tar.gz) -sha512sums=('e29622009bbe1e527d3df16cc78fc03fdc33a1c35e230f4138cc54eb226bf36dee998250241227eab89ca8b2c991e6f801de33871848a0b1b10d7e7f6a72ee60') -b2sums=('102266e464f48195421b08e53f78b506d3b9be41a10e0c6c922d84adac4dce0fd3bee8f8080df82c8ede3346a924dab7adb0785b11a82db17fc5f2e3551e0eb9') +source=("https://hackage.haskell.org/packages/archive/$_name/$pkgver/$_name-$pkgver.tar.gz") +sha512sums=('297be8b76b4574b91e2c670a2a09a128ccfb3a19f023139b70310f2de5f0de8af0d02d1039ccd14ea9f39075f11025bf911007d654d19a2717ed1ee3c38ad21d') +b2sums=('5ba2c87b966e4e5e720c1296eaad71b55faaf08fb6e65fa617d2b47bec4eb9d23715aff2ea78c31d05ae516e221d4f6411c4e58ff310d484b4f5dd1535bda5fe') -prepare() { - uusi -u hosc $_name-$pkgver/tidal.cabal -} - build() { cd $_name-$pkgver runhaskell Setup configure -O \ @@ -33,11 +28,9 @@ --disable-library-vanilla \ --prefix=/usr \ --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \ - --datasubdir=$pkgname \ --enable-tests \ --dynlibdir=/usr/lib \ - --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ - --ghc-option=-fllvm + --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script
