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

Felix Yan felixonmars at archlinux.org
Thu Feb 9 07:27:46 UTC 2017


    Date: Thursday, February 9, 2017 @ 07:27:46
  Author: felixonmars
Revision: 211385

upgpkg: haskell-generics-sop 0.2.4.0-1

rebuild with generics-sop,0.2.4.0

Modified:
  haskell-generics-sop/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-09 07:27:33 UTC (rev 211384)
+++ PKGBUILD	2017-02-09 07:27:46 UTC (rev 211385)
@@ -4,15 +4,15 @@
 
 _hkgname=generics-sop
 pkgname=haskell-generics-sop
-pkgver=0.2.3.0
+pkgver=0.2.4.0
 pkgrel=1
 pkgdesc="Generic Programming using True Sums of Products"
-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")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('2e2c8291de476e103d1978c6ad569be05705fbc178ac89ec68d6a8e20672d377')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha256sums=('481f73f122970efc24fe9dea71077e265d260834d975dd41395671d9a86a1863')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list