summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGoliathLabs2020-05-15 21:30:11 +0200
committerGoliathLabs2020-05-15 21:30:11 +0200
commit59fb75eda4d18010d16121cb930724814638b774 (patch)
tree3570728cf3806ad1292d2a43895301200ae33bdd /PKGBUILD
parent8b5e42af0ce4b3d825e242bfb73778261294ea6b (diff)
downloadaur-59fb75eda4d18010d16121cb930724814638b774.tar.gz
Updated: 0.17
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a0aecc65f53..3d256315a99e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Konstantinos Foutzopoulos <mail@konfou.xyz>
+# Maintainer: Felix Golatofski <contact@xdfr.de>
+# Contributor: Konstantinos Foutzopoulos <mail@konfou.xyz>
_hkgname=servant-client
pkgname=haskell-servant-client
-pkgver=0.11
+pkgver=0.17
pkgrel=1
pkgdesc="automatical derivation of querying functions for servant webservices"
url="https://haskell-servant.readthedocs.io"
@@ -32,7 +33,7 @@ depends=('ghc'
'haskell-transformers-compat')
options=('strip' 'staticlibs')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('ea6d2ba8183a9cc721e944659fc175a1e81ecac11dfcea9544ef07f7ccc92afa')
+sha256sums=('47c62942cf1d3bd04884edf1d50118cf36c134aa8b16de632eb512e9a6d9c104')
build() {
cd "${_hkgname}-${pkgver}"