Date: Monday, March 22, 2021 @ 11:41:02 Author: felixonmars Revision: 898846
upgpkg: haskell-lukko 0.1.1.3-1: rebuild with lukko 0.1.1.3 Modified: haskell-lukko/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-22 11:36:39 UTC (rev 898845) +++ PKGBUILD 2021-03-22 11:41:02 UTC (rev 898846) @@ -2,23 +2,18 @@ _hkgname=lukko pkgname=haskell-lukko -pkgver=0.1.1.2 -pkgrel=89 +pkgver=0.1.1.3 +pkgrel=1 pkgdesc="Access to platform dependent file locking APIs" url="https://github.com/phadej/lukko" license=('BSD') arch=('x86_64') depends=('ghc-libs') -makedepends=('ghc' 'uusi' 'haskell-async' 'haskell-singleton-bool' 'haskell-tasty' +makedepends=('ghc' 'haskell-async' 'haskell-singleton-bool' 'haskell-tasty' 'haskell-tasty-expected-failure' 'haskell-tasty-hunit' 'haskell-temporary') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('fe3a6687b741491ebaeace29c8d4d01307fad43f0e649c087fef24ec227eb231541fa1500e1685c814eb2a1ea472546033e837ce84fa64df79f00b19f8abebb6') +sha512sums=('8bed8b88a101883f642bb9d9d41512436f5c80db5ea1ad0cddb069c6d09257d21b56a60e0f70b57453e91126065fbfdeeb721064763e64de1975dcb51b1a484a') -prepare() { - cd $_hkgname-$pkgver - uusi -u tasty -u tasty-expected-failure $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
