[arch-commits] Commit in haskell-hasql-pool/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Dec 21 09:17:16 UTC 2016
Date: Wednesday, December 21, 2016 @ 09:17:15
Author: felixonmars
Revision: 200679
upgpkg: haskell-hasql-pool 0.4.1-5
rebuild with memory-0.14
Modified:
haskell-hasql-pool/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-12-21 09:14:56 UTC (rev 200678)
+++ PKGBUILD 2016-12-21 09:17:15 UTC (rev 200679)
@@ -5,13 +5,13 @@
_hkgname=hasql-pool
pkgname=haskell-hasql-pool
pkgver=0.4.1
-pkgrel=4
+pkgrel=5
pkgdesc="A pool of connections for Hasql"
url="https://github.com/nikita-volkov/hasql-pool"
license=('MIT')
arch=('i686' 'x86_64')
depends=('ghc=8.0.1' 'haskell-base-prelude' 'haskell-hasql' 'haskell-resource-pool')
-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=('c0fcb158ccfc72f1101d9a9289ade442')
build() {
More information about the arch-commits
mailing list