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

Felix Yan felixonmars at archlinux.org
Sun Apr 23 04:53:17 UTC 2017


    Date: Sunday, April 23, 2017 @ 04:53:15
  Author: felixonmars
Revision: 224498

upgpkg: haskell-th-lift 0.7.7-1

rebuild with th-lift,0.7.7

Modified:
  haskell-th-lift/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-23 04:27:12 UTC (rev 224497)
+++ PKGBUILD	2017-04-23 04:53:15 UTC (rev 224498)
@@ -3,7 +3,7 @@
 
 _hkgname=th-lift
 pkgname=haskell-th-lift
-pkgver=0.7.6
+pkgver=0.7.7
 pkgrel=1
 pkgdesc="Derive Template Haskell's Lift class for datatypes."
 url="http://github.com/ekmett/th-lift/"
@@ -10,8 +10,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)
-md5sums=('79229db943de83aa5b5fdf8780b349be')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('490d349ef2985defcf58eb49686c89ab79f8f9a3e29f3edb195440fe7995ecec6b2538767855ae0a5b9f43e5b00fe0bee167513486be99c111776ab7855d37d2')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list