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

Felix Yan felixonmars at archlinux.org
Thu Mar 4 14:08:55 UTC 2021


    Date: Thursday, March 4, 2021 @ 14:08:55
  Author: felixonmars
Revision: 880325

upgpkg: haskell-lukko 0.1.1.2-82: rebuild with tasty 1.4, tasty-silver 3.2, tasty-ant-xml 1.1.8

Modified:
  haskell-lukko/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-04 13:42:33 UTC (rev 880324)
+++ PKGBUILD	2021-03-04 14:08:55 UTC (rev 880325)
@@ -3,13 +3,13 @@
 _hkgname=lukko
 pkgname=haskell-lukko
 pkgver=0.1.1.2
-pkgrel=81
+pkgrel=82
 pkgdesc="Access to platform dependent file locking APIs"
 url="https://github.com/phadej/lukko"
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs')
-makedepends=('ghc' 'haskell-async' 'haskell-singleton-bool' 'haskell-tasty'
+makedepends=('ghc' 'uusi' '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')
@@ -16,7 +16,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/1.2.3/1.3/;s/\^>=0.11.1.2/>=0.11/' $_hkgname.cabal
+    uusi -u tasty -u tasty-expected-failure $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list