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

Felix Yan felixonmars at archlinux.org
Thu Dec 22 15:06:04 UTC 2016


    Date: Thursday, December 22, 2016 @ 15:06:03
  Author: felixonmars
Revision: 201062

upgpkg: haskell-hpack 0.15.0-10

rebuild with aeson-1.0.2.1

Modified:
  haskell-hpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-22 15:02:42 UTC (rev 201061)
+++ PKGBUILD	2016-12-22 15:06:03 UTC (rev 201062)
@@ -6,7 +6,7 @@
 pkgname=haskell-hpack
 _hkgname=hpack
 pkgver=0.15.0
-pkgrel=9
+pkgrel=10
 pkgdesc="An alternative format for Haskell packages"
 url="https://github.com/sol/hpack#readme"
 license=("MIT")
@@ -14,7 +14,7 @@
 makedepends=('ghc')
 depends=("ghc=8.0.1" 'haskell-aeson' 'haskell-base-compat' 'haskell-glob' 'haskell-text'
          'haskell-unordered-containers' 'haskell-yaml')
-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")
 md5sums=('ff26cc3e29fe45db8a6abfe666713477')
 
 build() {



More information about the arch-commits mailing list