[arch-commits] Commit in haskell-expiring-cache-map/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Dec 26 03:16:11 UTC 2016


    Date: Monday, December 26, 2016 @ 03:16:10
  Author: felixonmars
Revision: 202468

upgpkg: haskell-expiring-cache-map 0.0.6.1-2

rebuild with unordered-containers-0.2.7.2

Modified:
  haskell-expiring-cache-map/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-26 03:14:22 UTC (rev 202467)
+++ PKGBUILD	2016-12-26 03:16:10 UTC (rev 202468)
@@ -5,13 +5,13 @@
 _hkgname=expiring-cache-map
 pkgname=haskell-expiring-cache-map
 pkgver=0.0.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="General purpose simple caching."
 url="https://github.com/elblake/expiring-cache-map"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=('ghc=8.0.1' 'haskell-hashable' 'haskell-unordered-containers')
-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=('8ac92c1e6c29d9f0c558665038adf670')
 
 build() {



More information about the arch-commits mailing list