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

Felix Yan felixonmars at archlinux.org
Mon Mar 27 03:13:42 UTC 2017


    Date: Monday, March 27, 2017 @ 03:13:41
  Author: felixonmars
Revision: 219270

upgpkg: haskell-ieee754 0.8.0-1

rebuild with ieee754,0.8.0 idris,0.99.2

Modified:
  haskell-ieee754/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-27 03:13:41 UTC (rev 219269)
+++ PKGBUILD	2017-03-27 03:13:41 UTC (rev 219270)
@@ -4,7 +4,7 @@
 
 _hkgname=ieee754
 pkgname=haskell-ieee754
-pkgver=0.7.9
+pkgver=0.8.0
 pkgrel=1
 pkgdesc="Utilities for dealing with IEEE floating point numbers"
 url="http://github.com/patperry/hs-ieee754"
@@ -11,8 +11,8 @@
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('dc1860c545d7143ea8c7e53509ac535ca2932495f0f89b2801c960295cfcdd15')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('d75b619f0c0b9ac496a68997b6d79b3d7504221f1583e7c35ecc035b6e2b11559e402264f36827153aa89d9eabb27d9383413eb5fd157385b3f41c4f0050a43b')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list