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

Felix Yan felixonmars at archlinux.org
Thu Dec 22 17:02:59 UTC 2016


    Date: Thursday, December 22, 2016 @ 17:02:58
  Author: felixonmars
Revision: 201107

upgpkg: stylish-haskell 0.6.5.0-5

rebuild with aeson-1.0.2.1

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-22 17:00:07 UTC (rev 201106)
+++ PKGBUILD	2016-12-22 17:02:58 UTC (rev 201107)
@@ -4,7 +4,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.6.5.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell"
 license=("custom:BSD3")
@@ -12,7 +12,7 @@
 depends=('gmp' 'libffi')
 makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-src-exts" "haskell-mtl"
              "haskell-optparse-applicative" "haskell-strict" "haskell-syb" "haskell-yaml")
-source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
 sha256sums=('aeee182f8b6a9492eedd12a45cd9a4abb677e95e1789ddd8681e699f27a5ea78')
 
 build() {



More information about the arch-commits mailing list