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

Felix Yan felixonmars at gemini.archlinux.org
Tue Mar 22 16:55:41 UTC 2022


    Date: Tuesday, March 22, 2022 @ 16:55:41
  Author: felixonmars
Revision: 1170319

upgpkg: haskell-email-validate 2.3.2.16-1: rebuild with email-validate 2.3.2.16

Modified:
  haskell-email-validate/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-22 16:33:24 UTC (rev 1170318)
+++ PKGBUILD	2022-03-22 16:55:41 UTC (rev 1170319)
@@ -3,22 +3,17 @@
 
 _hkgname=email-validate
 pkgname=haskell-email-validate
-pkgver=2.3.2.15
-pkgrel=44
+pkgver=2.3.2.16
+pkgrel=1
 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' 'uusi' 'haskell-hspec' 'haskell-quickcheck' 'haskell-doctest')
+makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck' 'haskell-doctest')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('0b852771cdf0851bc7024fbb612488bd7721cbce25b551f52932b234e57bc70ded2e5904853f2ca0f68cfb9da02057d4a1903d081ce81a382cf90d0d3ba25001')
+sha512sums=('6ccf3b78600fa68ec3202b4b92465467303220f751f688aea64c2359c1e63d38fdf859228d96d38256cd52f5da918fe6986c028cae13ed0521019f8f79389d05')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    uusi -u doctest -u hspec $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list