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

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


    Date: Friday, March 26, 2021 @ 19:19:51
  Author: felixonmars
Revision: 904673

upgpkg: haskell-email-validate 2.3.2.13-80: rebuild with attoparsec 0.14.1

Modified:
  haskell-email-validate/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-26 19:06:15 UTC (rev 904672)
+++ PKGBUILD	2021-03-26 19:19:51 UTC (rev 904673)
@@ -4,19 +4,19 @@
 _hkgname=email-validate
 pkgname=haskell-email-validate
 pkgver=2.3.2.13
-pkgrel=79
+pkgrel=80
 pkgdesc="Validating an email address string against RFC 5322"
 url="http://porg.es/blog/email-address-validation-simpler-faster-more-correct"
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-attoparsec')
-makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck' 'haskell-doctest')
+makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-quickcheck' 'haskell-doctest')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('22cf7517ae38aa264198288449946cc7da6bda7f799a652050de9544c9e07c5bbe6bf8c8b53526be227288214bf3144055effd858fb993704942eeda3410ba3d')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/< *0.17/<1/' $_hkgname.cabal
+    uusi -u attoparsec -u doctest $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list