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

Felix Yan felixonmars at archlinux.org
Thu Dec 21 09:27:43 UTC 2017


    Date: Thursday, December 21, 2017 @ 09:27:43
  Author: felixonmars
Revision: 275134

upgpkg: haskell-authenticate 1.3.4-1

rebuild with authenticate,1.3.4

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-21 09:26:07 UTC (rev 275133)
+++ PKGBUILD	2017-12-21 09:27:43 UTC (rev 275134)
@@ -4,24 +4,23 @@
 
 _hkgname=authenticate
 pkgname=haskell-authenticate
-pkgver=1.3.3.2
-pkgrel=141
+pkgver=1.3.4
+pkgrel=1
 pkgdesc="Authentication methods for Haskell web applications."
-url="http://github.com/yesodweb/authenticate"
+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-monad-control" "haskell-network-uri" "haskell-resourcet"
-         "haskell-tagstream-conduit" "haskell-text" "haskell-unordered-containers"
-         "haskell-xml-conduit")
+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-text'
+         'haskell-unordered-containers' 'haskell-xml-conduit')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('a65ff7791e646ea847fc6b8369addeecf6d2c3055a0b7ebe1421881103656e30')
+sha512sums=('a6e5a9f4c20ca2bb980958c0cc6273492a6488a3f7c1954170bb8b40e46a4c2f7b607c961506e11ddc5421289c907148c1bc70b855bd16664bc1153ef7865571')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
-    
+
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
@@ -35,7 +34,7 @@
 
 package() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
-    
+
     install -D -m744 register.sh   "${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
     install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
     runhaskell Setup copy --destdir="${pkgdir}"



More information about the arch-commits mailing list