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

Felix Yan felixonmars at gemini.archlinux.org
Sun Feb 20 05:36:27 UTC 2022


    Date: Sunday, February 20, 2022 @ 05:36:25
  Author: felixonmars
Revision: 1135185

upgpkg: haskell-keys 3.12.3-173: rebuild with hashable 1.4.0.0

Modified:
  haskell-keys/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-20 04:29:12 UTC (rev 1135184)
+++ PKGBUILD	2022-02-20 05:36:25 UTC (rev 1135185)
@@ -4,7 +4,7 @@
 _hkgname=keys
 pkgname=haskell-keys
 pkgver=3.12.3
-pkgrel=172
+pkgrel=173
 pkgdesc="Keyed functors and containers"
 url="https://github.com/ekmett/keys/"
 license=("BSD")
@@ -11,13 +11,13 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-comonad' 'haskell-free' 'haskell-hashable' 'haskell-semigroupoids'
          'haskell-tagged' 'haskell-transformers-compat' 'haskell-unordered-containers')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('e0bab964eb38388dfb2fe7dcb4999da0263a2162f171f7ed629a2e1de33eb1cb99dc37a6fe32045f136466cebb5aed69e533417256877316c81a02abc700c28d')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i '/semigroups/d' $_hkgname.cabal
+    uusi -d semigroups -u hashable $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list