Date: Monday, January 21, 2019 @ 19:47:34 Author: felixonmars Revision: 426737
upgpkg: haskell-email-validate 2.3.2.10-1 rebuild with email-validate 2.3.2.10 Modified: haskell-email-validate/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-21 19:45:48 UTC (rev 426736) +++ PKGBUILD 2019-01-21 19:47:34 UTC (rev 426737) @@ -3,8 +3,8 @@ _hkgname=email-validate pkgname=haskell-email-validate -pkgver=2.3.2.9 -pkgrel=4 +pkgver=2.3.2.10 +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") @@ -12,13 +12,8 @@ depends=('ghc-libs' 'haskell-attoparsec') makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck' 'haskell-doctest') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('eb230c47133c0b2c36cf01a397ebe696faa4bba0c60cc2171fb819755daf393c1c5fa4d8fa50993044e4f966a093f6ea5976c8e327efdc2828bd7db5cb3fd9b2') +sha512sums=('8af729fb6fb9eee82c1b6209e7aab788c06ea29f0ee35a46d2f20b1e5a6b03e584352a6acc029c667426caee403497cd44f07844b649e3681a5c80720cfd3423') -prepare() { - cd $_hkgname-$pkgver - sed -i 's/< *2.7/<3/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
