[arch-commits] Commit in haskell-email-validate/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Jul 7 16:19:27 UTC 2021
Date: Wednesday, July 7, 2021 @ 16:19:27
Author: felixonmars
Revision: 975234
upgpkg: haskell-email-validate 2.3.2.15-1: rebuild with email-validate 2.3.2.15
Modified:
haskell-email-validate/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-07 16:19:12 UTC (rev 975233)
+++ PKGBUILD 2021-07-07 16:19:27 UTC (rev 975234)
@@ -3,22 +3,17 @@
_hkgname=email-validate
pkgname=haskell-email-validate
-pkgver=2.3.2.14
-pkgrel=2
+pkgver=2.3.2.15
+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=('4303a81c79af491c3f96f79f67803966653c7bcc8db87eaf1ebd05ebe6bd650c19fa639fef175e44254b352aff5343a82e44c9a28f452c487e6ec76ee5ccd009')
+sha512sums=('0b852771cdf0851bc7024fbb612488bd7721cbce25b551f52932b234e57bc70ded2e5904853f2ca0f68cfb9da02057d4a1903d081ce81a382cf90d0d3ba25001')
-prepare() {
- cd $_hkgname-$pkgver
- uusi -u doctest $_hkgname.cabal
-}
-
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list