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

Felix Yan felixonmars at archlinux.org
Thu May 13 12:57:37 UTC 2021


    Date: Thursday, May 13, 2021 @ 12:57:37
  Author: felixonmars
Revision: 933181

upgpkg: haskell-email-validate 2.3.2.13-87: rebuild with hspec 2.8.0, hspec-core 2.8.0, hspec-discover 2.8.0

Modified:
  haskell-email-validate/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-13 12:43:30 UTC (rev 933180)
+++ PKGBUILD	2021-05-13 12:57:37 UTC (rev 933181)
@@ -4,7 +4,7 @@
 _hkgname=email-validate
 pkgname=haskell-email-validate
 pkgver=2.3.2.13
-pkgrel=86
+pkgrel=87
 pkgdesc="Validating an email address string against RFC 5322"
 url="http://porg.es/blog/email-address-validation-simpler-faster-more-correct"
 license=("BSD")
@@ -16,7 +16,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    uusi -u attoparsec -u doctest $_hkgname.cabal
+    uusi -u attoparsec -u doctest -u hspec $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list