[arch-commits] Commit in haskell-email-validate/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Jan 2 19:18:06 UTC 2017
Date: Monday, January 2, 2017 @ 19:18:01
Author: felixonmars
Revision: 204397
upgpkg: haskell-email-validate 2.2.0-12
rebuild with hashable-1.2.5.0
Modified:
haskell-email-validate/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-01-02 19:16:14 UTC (rev 204396)
+++ PKGBUILD 2017-01-02 19:18:01 UTC (rev 204397)
@@ -5,13 +5,13 @@
_hkgname=email-validate
pkgname=haskell-email-validate
pkgver=2.2.0
-pkgrel=11
+pkgrel=12
pkgdesc="Validating an email address string against RFC 5322"
url="http://porg.es/blog/email-address-validation-simpler-faster-more-correct"
license=("custom:BSD3")
arch=('i686' 'x86_64')
depends=("ghc=8.0.1" "haskell-attoparsec")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha256sums=('aa7fd3f02c015bbc4ae67c2f3586f16c757d54a8cf09f7a04e70045828d9cb69')
build() {
More information about the arch-commits
mailing list