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

Felix Yan felixonmars at archlinux.org
Tue Feb 14 04:02:46 UTC 2017


    Date: Tuesday, February 14, 2017 @ 04:02:45
  Author: felixonmars
Revision: 212216

upgpkg: haskell-lifted-base 0.2.3.10-1

rebuild with lifted-base,0.2.3.10

Modified:
  haskell-lifted-base/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-14 03:40:35 UTC (rev 212215)
+++ PKGBUILD	2017-02-14 04:02:45 UTC (rev 212216)
@@ -4,7 +4,7 @@
 
 _hkgname=lifted-base
 pkgname=haskell-lifted-base
-pkgver=0.2.3.8
+pkgver=0.2.3.10
 pkgrel=1
 pkgdesc="lifted IO operations from the base library"
 url="https://github.com/basvandijk/lifted-base"
@@ -11,8 +11,8 @@
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-monad-control" "haskell-transformers-base")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('1605df810bc941951522d0cd1b777ff1d62dac6628aabed165a49b848f25df9f')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha256sums=('e677e560b176c40da2478d2f27dbeadc79630b2295ea3828603e0de4784d24fc')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list