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

Felix Yan felixonmars at archlinux.org
Fri Sep 14 05:41:46 UTC 2018


    Date: Friday, September 14, 2018 @ 05:41:45
  Author: felixonmars
Revision: 380793

upgpkg: haskell-yesod-auth 1.6.4.1-1

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

----------+
 PKGBUILD |   21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-14 05:41:37 UTC (rev 380792)
+++ PKGBUILD	2018-09-14 05:41:45 UTC (rev 380793)
@@ -3,8 +3,8 @@
 
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
-pkgver=1.6.3
-pkgrel=105
+pkgver=1.6.4.1
+pkgrel=1
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/"
 license=("MIT")
@@ -11,17 +11,16 @@
 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-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')
+         'haskell-blaze-markup' '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-network-uri' 'haskell-nonce' 'haskell-persistent' 'haskell-random' '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=('67c23def147cf2cc174475d193e97afdf2b6fc4121a9fec7e0894562e626774bee9114325c26f172e58686119a3508ed2365ece419a10721873d43bf7684854a')
+sha512sums=('d70974047374a9ab95bf811eca27c45391f0987083e77a17c832cf6d2ebdf0b0c2042a4dbe838db83a4aff3c576aa02c20554afb0338249898894f910dfd5c1f')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list