[arch-commits] Commit in haskell-bower-json/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Dec 22 15:09:07 UTC 2016


    Date: Thursday, December 22, 2016 @ 15:09:06
  Author: felixonmars
Revision: 201064

upgpkg: haskell-bower-json 0.8.1-3

rebuild with aeson-1.0.2.1

Modified:
  haskell-bower-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-22 15:06:31 UTC (rev 201063)
+++ PKGBUILD	2016-12-22 15:09:06 UTC (rev 201064)
@@ -5,7 +5,7 @@
 _hkgname=bower-json
 pkgname=haskell-bower-json
 pkgver=0.8.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Read bower.json from Haskell"
 url="https://github.com/hdgarrood/bower-json"
 license=("MIT")
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-better-errors" "haskell-mtl" "haskell-scientific"
          "haskell-text" "haskell-unordered-containers" "haskell-vector")
-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=('3fb3cdecc55a0997a9d4d9c3443bcf39b7feed09feb8629fc89b48b1ca7b713f')
 
 build() {



More information about the arch-commits mailing list