[arch-commits] Commit in haskell-http-api-data/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Thu Dec 10 12:16:22 UTC 2015


    Date: Thursday, December 10, 2015 @ 13:16:22
  Author: fyan
Revision: 152158

upgpkg: haskell-http-api-data 0.2.2-0

Modified:
  haskell-http-api-data/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-10 12:14:49 UTC (rev 152157)
+++ PKGBUILD	2015-12-10 12:16:22 UTC (rev 152158)
@@ -4,17 +4,17 @@
 
 _hkgname=http-api-data
 pkgname=haskell-http-api-data
-pkgver=0.2.1
-pkgrel=1
+pkgver=0.2.2
+pkgrel=0
 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")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-text")
+depends=("ghc=7.10.2" "haskell-text" "haskell-time-locale-compat")
 options=('staticlibs')
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 install="${pkgname}.install"
-sha256sums=('856138d79945770cdb4b522f58893a1c45014d39238cfc5b2eceeac089c56f71')
+sha256sums=('fba6a38c0f3a39e2ce02b42351953d9aa82f48ef83e5c921a9a1e719b8bc45dc')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list