Date: Saturday, October 1, 2022 @ 22:18:56 Author: felixonmars Revision: 1320255
upgpkg: haskell-tidal-link 1.0.1-1: rebuild with tidal-link 1.0.1 Modified: haskell-tidal-link/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-01 22:17:21 UTC (rev 1320254) +++ PKGBUILD 2022-10-01 22:18:56 UTC (rev 1320255) @@ -2,7 +2,7 @@ _hkgname=tidal-link pkgname=haskell-tidal-link -pkgver=1.0 +pkgver=1.0.1 pkgrel=1 pkgdesc="Ableton Link integration for Tidal" url="http://tidalcycles.org/" @@ -11,7 +11,7 @@ depends=('ghc-libs' 'gcc-libs') makedepends=('ghc' 'uusi') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('2a467a3843cf6d8ba0a8f581a9beca930c12099f3e2b375049176eb78d7c8665') +sha256sums=('612d2670302d401250fab9b5be96ba4416905bfa841ce11857b267d2ff387d68') prepare() { cd $_hkgname-$pkgver @@ -23,11 +23,11 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ --ghc-option='-pie' - runhaskell Setup build + runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh @@ -36,7 +36,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
