[arch-commits] Commit in haskell-clientsession/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Jul 19 16:04:33 UTC 2016
Date: Tuesday, July 19, 2016 @ 16:04:32
Author: felixonmars
Revision: 183222
upgpkg: haskell-clientsession 0.9.1.2-1
rebuild with Glob-0.7.10, QuickCheck-2.9.1, aeson-compat-0.3.5.1, bifunctors-5.4, clientsession-0.9.1.2, cmark-0.5.3.1, cookie-0.4.2.1, css-text-0.1.2.2, dlist-0.8, dns-2.0.4, extra-1.4.12, fgl-5.5.3.0, generic-deriving-1.10.6, generics-sop-0.2.2.0, graphviz-2999.18.1.2, http-client-0.5.1, http2-1.6.1, js-jquery-3.1.0, math-functions-0.2.0.1, mono-traversable-1.0.0.1, pandoc-1.17.2, pandoc-citeproc-0.10.1, pandoc-crossref-0.2.2.1, path-io-1.2.0, persistent-template-2.5.1.4, retry-0.7.4.1, scientific-0.3.4.9, tasty-rerun-1.1.6, wai-extra-3.0.16.1, zip-archive-0.3.0.4
Modified:
haskell-clientsession/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-07-19 16:04:17 UTC (rev 183221)
+++ PKGBUILD 2016-07-19 16:04:32 UTC (rev 183222)
@@ -4,11 +4,11 @@
_hkgname=clientsession
pkgname=haskell-clientsession
-pkgver=0.9.1.1
-pkgrel=7
+pkgver=0.9.1.2
+pkgrel=1
pkgdesc="Securely store session data in a client-side cookie."
url="http://github.com/yesodweb/clientsession/tree/master"
-license=("custom:BSD3")
+license=("MIT")
arch=('i686' 'x86_64')
depends=("ghc=8.0.1" "haskell-base64-bytestring" "haskell-cereal"
"haskell-cipher-aes" "haskell-cprng-aes" "haskell-crypto-api"
@@ -15,7 +15,7 @@
"haskell-crypto-random" "haskell-entropy" "haskell-setenv"
"haskell-skein" "haskell-tagged")
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('c9563c0bcda1a02cfea2fd39aecec5b9f419901587287f05afdec1e683210022')
+sha256sums=('5915adc4de26d2a8b03f1a445bac0b0f5d10a5b0380a4eed71b79a20a727d068')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list