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

Felix Yan felixonmars at archlinux.org
Fri Mar 26 19:41:37 UTC 2021


    Date: Friday, March 26, 2021 @ 19:41:37
  Author: felixonmars
Revision: 904693

upgpkg: haskell-cassava 0.5.2.0-120: rebuild with attoparsec 0.14.1

Modified:
  haskell-cassava/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-26 19:41:07 UTC (rev 904692)
+++ PKGBUILD	2021-03-26 19:41:37 UTC (rev 904693)
@@ -4,7 +4,7 @@
 _hkgname=cassava
 pkgname=haskell-cassava
 pkgver=0.5.2.0
-pkgrel=119
+pkgrel=120
 pkgdesc="A CSV parsing and encoding library"
 url="https://github.com/tibbe/cassava"
 license=("BSD")
@@ -11,13 +11,13 @@
 arch=('x86_64')
 depends=('ghc-libs' "haskell-attoparsec" "haskell-hashable" "haskell-only" "haskell-scientific"
          "haskell-text-short" "haskell-unordered-containers" "haskell-vector")
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('f7f3fc2ebf58491847fb20b21ecf18595933d296bfd4c48249d35c52e72988c4e2758d7a6d2095a9edb3bed8e154a11170920a7c08262270c9f60cb853085383')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/< *4.14/<5/' $_hkgname.cabal
+    uusi -u attoparsec -u base $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list