[arch-commits] Commit in haskell-conduit/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Dec 26 16:40:46 UTC 2016
Date: Monday, December 26, 2016 @ 16:40:46
Author: felixonmars
Revision: 202770
upgpkg: haskell-conduit 1.2.8-5
rebuild with resourcet-1.1.9
Modified:
haskell-conduit/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-12-26 16:37:59 UTC (rev 202769)
+++ PKGBUILD 2016-12-26 16:40:46 UTC (rev 202770)
@@ -5,7 +5,7 @@
_hkgname=conduit
pkgname=haskell-conduit
pkgver=1.2.8
-pkgrel=4
+pkgrel=5
pkgdesc="Streaming data processing library."
url="http://github.com/snoyberg/conduit"
license=("MIT")
@@ -12,7 +12,7 @@
arch=('i686' 'x86_64')
depends=("ghc=8.0.1" "haskell-exceptions" "haskell-lifted-base" "haskell-mmorph"
"haskell-monad-control" "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")
-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=('80d5df4c70adf2b7e87138c55fba25e05be30eaef0c9a7926d97ae0c0cdb17fb')
build() {
More information about the arch-commits
mailing list