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

Felix Yan felixonmars at archlinux.org
Mon Jan 2 18:14:29 UTC 2017


    Date: Monday, January 2, 2017 @ 18:14:28
  Author: felixonmars
Revision: 204358

upgpkg: haskell-resource-pool 0.2.3.2-11

rebuild with hashable-1.2.5.0

Modified:
  haskell-resource-pool/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-02 18:12:32 UTC (rev 204357)
+++ PKGBUILD	2017-01-02 18:14:28 UTC (rev 204358)
@@ -5,7 +5,7 @@
 _hkgname=resource-pool
 pkgname=haskell-resource-pool
 pkgver=0.2.3.2
-pkgrel=10
+pkgrel=11
 pkgdesc="A high-performance striped resource pooling implementation"
 url="http://github.com/bos/pool"
 license=("custom:BSD3")
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-hashable" "haskell-monad-control" "haskell-stm"
          "haskell-transformers-base" "haskell-vector")
-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")
 sha256sums=('8627eea2bea8824af2723646e74e2af0c73f583dd0c496c9fd242cd9d242bc12')
 
 build() {



More information about the arch-commits mailing list