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

Felix Yan felixonmars at archlinux.org
Fri Jun 23 11:47:20 UTC 2017


    Date: Friday, June 23, 2017 @ 11:47:19
  Author: felixonmars
Revision: 240326

upgpkg: haskell-email-validate 2.2.0-23

rebuild with hashable,1.2.6.1

Modified:
  haskell-email-validate/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-23 11:46:04 UTC (rev 240325)
+++ PKGBUILD	2017-06-23 11:47:19 UTC (rev 240326)
@@ -5,12 +5,12 @@
 _hkgname=email-validate
 pkgname=haskell-email-validate
 pkgver=2.2.0
-pkgrel=22
+pkgrel=23
 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" "haskell-attoparsec")
+depends=('ghc' "haskell-attoparsec")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('aa7fd3f02c015bbc4ae67c2f3586f16c757d54a8cf09f7a04e70045828d9cb69')
 
@@ -19,7 +19,7 @@
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-        --libsubdir=\$compiler/site-local/\$pkgid
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list