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

Felix Yan felixonmars at gemini.archlinux.org
Thu Mar 3 18:51:17 UTC 2022


    Date: Thursday, March 3, 2022 @ 18:51:04
  Author: felixonmars
Revision: 1141000

upgpkg: haskell-email-validate 2.3.2.15-37: rebuild with hspec 2.9.0, hspec-core 2.9.0, hspec-discover 2.9.0

Modified:
  haskell-email-validate/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-03 18:33:02 UTC (rev 1140999)
+++ PKGBUILD	2022-03-03 18:51:04 UTC (rev 1141000)
@@ -4,16 +4,21 @@
 _hkgname=email-validate
 pkgname=haskell-email-validate
 pkgver=2.3.2.15
-pkgrel=36
+pkgrel=37
 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=('0b852771cdf0851bc7024fbb612488bd7721cbce25b551f52932b234e57bc70ded2e5904853f2ca0f68cfb9da02057d4a1903d081ce81a382cf90d0d3ba25001')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u hspec $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list