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

Felix Yan felixonmars at archlinux.org
Mon Jan 2 17:25:01 UTC 2017


    Date: Monday, January 2, 2017 @ 17:25:01
  Author: felixonmars
Revision: 204320

upgpkg: haskell-case-insensitive 1.2.0.7-2

rebuild with hashable-1.2.5.0

Modified:
  haskell-case-insensitive/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-02 17:23:09 UTC (rev 204319)
+++ PKGBUILD	2017-01-02 17:25:01 UTC (rev 204320)
@@ -5,13 +5,13 @@
 _hkgname=case-insensitive
 pkgname=haskell-case-insensitive
 pkgver=1.2.0.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Case insensitive string comparison"
-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-hashable' 'haskell-text')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 md5sums=('d8e080bba3677810cf9fb71118a3d1e8')
 
 build() {



More information about the arch-commits mailing list