summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantinos2017-06-20 20:00:27 +0300
committerKonstantinos2017-06-20 20:00:27 +0300
commit8b5e42af0ce4b3d825e242bfb73778261294ea6b (patch)
treea4705dbdc4f5e3ea5bc6d58dc43911e5f78628bd
parentc27fb852669ef50574c08c1940866a2724a18423 (diff)
downloadaur-8b5e42af0ce4b3d825e242bfb73778261294ea6b.tar.gz
update to 0.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32f727e20ee3..0f009bf049e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = haskell-servant-client
pkgdesc = automatical derivation of querying functions for servant webservices
- pkgver = 0.10
+ pkgver = 0.11
pkgrel = 1
url = https://haskell-servant.readthedocs.io
arch = i686
@@ -30,8 +30,8 @@ pkgbase = haskell-servant-client
depends = haskell-transformers-compat
options = strip
options = staticlibs
- source = https://hackage.haskell.org/packages/archive/servant-client/0.10/servant-client-0.10.tar.gz
- sha256sums = 55e411ac7e38a5c1b77d8d3c2320369be36a7b7181e27bb5ac4fba308ef93eaa
+ source = https://hackage.haskell.org/packages/archive/servant-client/0.11/servant-client-0.11.tar.gz
+ sha256sums = ea6d2ba8183a9cc721e944659fc175a1e81ecac11dfcea9544ef07f7ccc92afa
pkgname = haskell-servant-client
diff --git a/PKGBUILD b/PKGBUILD
index ed08dabd46d7..9a0aecc65f53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_hkgname=servant-client
pkgname=haskell-servant-client
-pkgver=0.10
+pkgver=0.11
pkgrel=1
pkgdesc="automatical derivation of querying functions for servant webservices"
url="https://haskell-servant.readthedocs.io"
@@ -32,7 +32,7 @@ depends=('ghc'
'haskell-transformers-compat')
options=('strip' 'staticlibs')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('55e411ac7e38a5c1b77d8d3c2320369be36a7b7181e27bb5ac4fba308ef93eaa')
+sha256sums=('ea6d2ba8183a9cc721e944659fc175a1e81ecac11dfcea9544ef07f7ccc92afa')
build() {
cd "${_hkgname}-${pkgver}"