[arch-commits] Commit in haskell-http-api-data/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Jan 25 09:06:26 UTC 2017
Date: Wednesday, January 25, 2017 @ 09:06:25
Author: felixonmars
Revision: 208996
upgpkg: haskell-http-api-data 0.3.5-1
rebuild with http-api-data,0.3.5
Modified:
haskell-http-api-data/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-01-25 08:50:40 UTC (rev 208995)
+++ PKGBUILD 2017-01-25 09:06:25 UTC (rev 208996)
@@ -4,8 +4,8 @@
_hkgname=http-api-data
pkgname=haskell-http-api-data
-pkgver=0.3.3
-pkgrel=4
+pkgver=0.3.5
+pkgrel=1
pkgdesc="Converting to/from HTTP API data like URL pieces, headers and query parameters."
url="http://github.com/fizruk/http-api-data"
license=("custom:BSD3")
@@ -13,7 +13,7 @@
depends=("ghc=8.0.1" "haskell-hashable" "haskell-text" "haskell-time-locale-compat"
"haskell-unordered-containers" "haskell-uri-bytestring" "haskell-uuid-types")
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('cb3d7ef8a924a6b03481b7c5e26a580df72cbf89f2e8247e825f43f4b3ba8449')
+sha256sums=('3711ac5f97afe8e89d1f8959138de8f2b3afd8ec30f9c6f3eebbfb2caa2fbc45')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list