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

Felix Yan felixonmars at archlinux.org
Wed Feb 8 07:28:22 UTC 2017


    Date: Wednesday, February 8, 2017 @ 07:28:21
  Author: felixonmars
Revision: 211140

upgpkg: haskell-stmonadtrans 0.4.1-1

rebuild with STMonadTrans,0.4.1

Modified:
  haskell-stmonadtrans/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-08 07:28:01 UTC (rev 211139)
+++ PKGBUILD	2017-02-08 07:28:21 UTC (rev 211140)
@@ -4,15 +4,15 @@
 
 _hkgname=STMonadTrans
 pkgname=haskell-stmonadtrans
-pkgver=0.3.4
+pkgver=0.4.1
 pkgrel=1
 pkgdesc="A monad transformer version of the ST monad"
-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-mtl")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('44935ff710369da1614e00a40dabea6ba3a4dd02959d7b0e5ed17a915c3f0210')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha256sums=('f982d21421f202d2bcc21fed3fbebafee1f895c79c3379ef89a21f18d6f201e6')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list