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

Felix Yan felixonmars at archlinux.org
Wed Dec 4 21:06:20 UTC 2019


    Date: Wednesday, December 4, 2019 @ 21:06:20
  Author: felixonmars
Revision: 535262

upgpkg: haskell-authenticate 1.3.5-1

rebuild with authenticate 1.3.5

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-04 21:04:11 UTC (rev 535261)
+++ PKGBUILD	2019-12-04 21:06:20 UTC (rev 535262)
@@ -3,19 +3,19 @@
 
 _hkgname=authenticate
 pkgname=haskell-authenticate
-pkgver=1.3.4
-pkgrel=369
+pkgver=1.3.5
+pkgrel=1
 pkgdesc="Authentication methods for Haskell web applications."
 url="https://github.com/yesodweb/authenticate"
 license=("MIT")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-blaze-builder'
-         'haskell-case-insensitive' 'haskell-conduit' 'haskell-http-conduit' 'haskell-http-types'
-         'haskell-network-uri' 'haskell-resourcet' 'haskell-tagstream-conduit'
+         'haskell-case-insensitive' 'haskell-conduit' 'haskell-html-conduit' 'haskell-http-conduit'
+         'haskell-http-types' 'haskell-network-uri' 'haskell-resourcet'
          'haskell-unordered-containers' 'haskell-xml-conduit')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('a6e5a9f4c20ca2bb980958c0cc6273492a6488a3f7c1954170bb8b40e46a4c2f7b607c961506e11ddc5421289c907148c1bc70b855bd16664bc1153ef7865571')
+sha512sums=('12962fcf71c732a7e709e7069d46691917b9ee9f2af6aab5556b76a4556b6ffc39e52082a4fcdbe501c2cbc7cc496b1164b6a9f2c3883597fcdd0a8298d4ac1a')
 
 build() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list