Date: Monday, January 22, 2018 @ 15:37:47 Author: felixonmars Revision: 284982
upgpkg: haskell-tasty-rerun 1.1.9-1 rebuild with tasty-rerun,1.1.9 Modified: haskell-tasty-rerun/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-22 15:13:36 UTC (rev 284981) +++ PKGBUILD 2018-01-22 15:37:47 UTC (rev 284982) @@ -4,20 +4,20 @@ _hkgname=tasty-rerun pkgname=haskell-tasty-rerun -pkgver=1.1.8 -pkgrel=7 +pkgver=1.1.9 +pkgrel=1 pkgdesc="Run tests by filtering the test tree depending on the result of previous test runs" url="https://github.com/ocharles/tasty-rerun" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' "haskell-mtl" "haskell-optparse-applicative" "haskell-reducers" - "haskell-split" "haskell-stm" "haskell-tagged" "haskell-tasty") +depends=('ghc-libs' 'haskell-mtl' 'haskell-optparse-applicative' 'haskell-reducers' + 'haskell-split' 'haskell-stm' 'haskell-tagged' 'haskell-tasty') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('cb07133f03d8b7daf9597bd9f4505d94336c1fa716d38f545418292c90a6f2896fda07210d5ea330dd4c49feee48d824dd90543eed84086a08d43b5caa179e22') +sha512sums=('e58f2cf286a48155cddf24d97f0efaa5329120de3d00e23a578da2307571012b4e367412224795769964742a935a7ebd8b0bafc535c01703c5b307515f309515') build() { - cd "${srcdir}/${_hkgname}-${pkgver}" + cd $_hkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ @@ -30,7 +30,7 @@ } package() { - cd "${srcdir}/${_hkgname}-${pkgver}" + cd $_hkgname-$pkgver install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
