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

Felix Yan felixonmars at archlinux.org
Thu May 17 10:50:33 UTC 2018


    Date: Thursday, May 17, 2018 @ 10:50:32
  Author: felixonmars
Revision: 323660

upgpkg: haskell-email-validate 2.3.2.5-5

rebuild with ghc 8.4.2

Modified:
  haskell-email-validate/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-17 10:49:46 UTC (rev 323659)
+++ PKGBUILD	2018-05-17 10:50:32 UTC (rev 323660)
@@ -5,7 +5,7 @@
 _hkgname=email-validate
 pkgname=haskell-email-validate
 pkgver=2.3.2.5
-pkgrel=4
+pkgrel=5
 pkgdesc="Validating an email address string against RFC 5322"
 url="http://porg.es/blog/email-address-validation-simpler-faster-more-correct"
 license=("custom:BSD3")
@@ -15,11 +15,6 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('0ea3457e31e16948650ba810302d42f07e605cbbbfa3b7474d596f56de02ea3bbf995bacdb49d2dc37c6360062267ac0153e9275bfa5a513e0c5e2764f58399c')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i '/]/i \    , "-dynamic"' tests/doctests.hs
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list