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

Felix Yan felixonmars at archlinux.org
Sun Jun 20 22:45:39 UTC 2021


    Date: Sunday, June 20, 2021 @ 22:45:39
  Author: felixonmars
Revision: 966125

upgpkg: haskell-lukko 0.1.1.3-21: rebuild with ghc 9.0.1, one-liner 2.0, retrie 1.0.0.0

Modified:
  haskell-lukko/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-20 22:43:32 UTC (rev 966124)
+++ PKGBUILD	2021-06-20 22:45:39 UTC (rev 966125)
@@ -3,17 +3,22 @@
 _hkgname=lukko
 pkgname=haskell-lukko
 pkgver=0.1.1.3
-pkgrel=20
+pkgrel=21
 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=('8bed8b88a101883f642bb9d9d41512436f5c80db5ea1ad0cddb069c6d09257d21b56a60e0f70b57453e91126065fbfdeeb721064763e64de1975dcb51b1a484a')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u base $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list