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

Felix Yan felixonmars at archlinux.org
Sun Dec 25 15:50:01 UTC 2016


    Date: Sunday, December 25, 2016 @ 15:50:01
  Author: felixonmars
Revision: 201872

upgpkg: haskell-http-api-data 0.3.3-2

rebuild with unordered-containers-0.2.7.2

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-25 15:47:31 UTC (rev 201871)
+++ PKGBUILD	2016-12-25 15:50:01 UTC (rev 201872)
@@ -5,7 +5,7 @@
 _hkgname=http-api-data
 pkgname=haskell-http-api-data
 pkgver=0.3.3
-pkgrel=1
+pkgrel=2
 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")
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-hashable" "haskell-text" "haskell-time-locale-compat"
          "haskell-unordered-containers" "haskell-uri-bytestring" "haskell-uuid-types")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('cb3d7ef8a924a6b03481b7c5e26a580df72cbf89f2e8247e825f43f4b3ba8449')
 
 build() {



More information about the arch-commits mailing list