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

Felix Yan felixonmars at archlinux.org
Sun Jan 1 02:44:28 UTC 2017


    Date: Sunday, January 1, 2017 @ 02:44:27
  Author: felixonmars
Revision: 203454

upgpkg: haskell-foldl 1.2.2-1

rebuild with foldl-1.2.2

Modified:
  haskell-foldl/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-01 02:39:56 UTC (rev 203453)
+++ PKGBUILD	2017-01-01 02:44:27 UTC (rev 203454)
@@ -4,16 +4,16 @@
 
 _hkgname=foldl
 pkgname=haskell-foldl
-pkgver=1.2.1
-pkgrel=4
+pkgver=1.2.2
+pkgrel=1
 pkgdesc="Composable, streaming, and efficient left folds"
-url="http://hackage.haskell.org/package/${_hkgname}"
+url="https://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-mwc-random" "haskell-primitive" "haskell-text" "haskell-vector"
          "haskell-contravariant" "haskell-profunctors" "haskell-comonad")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('86afa8df81991d9901e717107fa12fc6f3577e8fd40ef9e57d388435b6e68073')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha256sums=('c869deb0dc7d41d496539968968ff6045022d1286dfb2c1d53f61dc974f455eb')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list