[arch-commits] Commit in haskell-yesod-auth/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat May 19 21:06:36 UTC 2018


    Date: Saturday, May 19, 2018 @ 21:06:35
  Author: felixonmars
Revision: 324908

upgpkg: haskell-yesod-auth 1.6.3-1

rebuild with yesod,1.6.0 yesod-auth,1.6.3 yesod-core,1.6.5 yesod-form,1.6.1 yesod-persistent,1.6.0 yesod-static,1.6.0 yesod-test,1.6.4

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-19 21:05:20 UTC (rev 324907)
+++ PKGBUILD	2018-05-19 21:06:35 UTC (rev 324908)
@@ -4,25 +4,25 @@
 
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
-pkgver=1.4.21
-pkgrel=155
+pkgver=1.6.3
+pkgrel=1
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/"
 license=("MIT")
 arch=('x86_64')
-depends=('ghc-libs' "haskell-aeson" "haskell-authenticate" "haskell-base16-bytestring"
-         "haskell-base64-bytestring" "haskell-blaze-builder" "haskell-blaze-html"
-         "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" "haskell-conduit-extra"
-         "haskell-cryptonite" "haskell-data-default" "haskell-email-validate"
-         "haskell-file-embed" "haskell-http-client" "haskell-http-conduit" "haskell-http-types"
-         "haskell-lifted-base" "haskell-memory" "haskell-mime-mail" "haskell-network-uri"
-         "haskell-nonce" "haskell-persistent" "haskell-persistent-template" "haskell-random"
-         "haskell-resourcet" "haskell-safe" "haskell-shakespeare" "haskell-text"
-         "haskell-unordered-containers" "haskell-wai" "haskell-yesod-core" "haskell-yesod-form"
-         "haskell-yesod-persistent")
+depends=('ghc-libs' 'haskell-aeson' 'haskell-authenticate' 'haskell-base16-bytestring'
+         'haskell-base64-bytestring' 'haskell-blaze-builder' 'haskell-blaze-html'
+         'haskell-blaze-markup' 'haskell-byteable' 'haskell-conduit' 'haskell-conduit-extra'
+         'haskell-cryptonite' 'haskell-data-default' 'haskell-email-validate'
+         'haskell-file-embed' 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-conduit'
+         'haskell-http-types' 'haskell-memory' 'haskell-mime-mail' 'haskell-network-uri'
+         'haskell-nonce' 'haskell-persistent' 'haskell-persistent-template' 'haskell-random'
+         'haskell-resourcet' 'haskell-safe' 'haskell-shakespeare' 'haskell-unliftio'
+         'haskell-unliftio-core' 'haskell-unordered-containers' 'haskell-wai' 'haskell-yesod-core'
+         'haskell-yesod-form' 'haskell-yesod-persistent')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('827cfff9ffb0f533b0cbc68cac53be1a057dde531596b57d823c14a3e737ba7c26394fd33b93dc6ad881ff6cc62e3246807f338c21ebe895be45b856460e7e23')
+sha512sums=('67c23def147cf2cc174475d193e97afdf2b6fc4121a9fec7e0894562e626774bee9114325c26f172e58686119a3508ed2365ece419a10721873d43bf7684854a')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list