[arch-commits] Commit in haskell-aeson-better-errors/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Dec 22 14:50:20 UTC 2016


    Date: Thursday, December 22, 2016 @ 14:50:19
  Author: felixonmars
Revision: 201050

upgpkg: haskell-aeson-better-errors 0.9.1.0-2

rebuild with aeson-1.0.2.1

Modified:
  haskell-aeson-better-errors/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-22 14:48:13 UTC (rev 201049)
+++ PKGBUILD	2016-12-22 14:50:19 UTC (rev 201050)
@@ -5,7 +5,7 @@
 _hkgname=aeson-better-errors
 pkgname=haskell-aeson-better-errors
 pkgver=0.9.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Better error messages when decoding JSON values."
 url="https://github.com/hdgarrood/aeson-better-errors"
 license=("MIT")
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-aeson" "haskell-dlist" "haskell-mtl" "haskell-scientific" "haskell-text"
          "haskell-transformers-compat" "haskell-unordered-containers" "haskell-vector" "haskell-void")
-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=('68f001bf055ec7b755d91019f2a0ef136307d157a231acddad6b4cc561f67327')
 
 build() {



More information about the arch-commits mailing list