[arch-commits] Commit in haskell-conduit/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Sep 8 10:33:12 UTC 2017
Date: Friday, September 8, 2017 @ 10:33:12
Author: felixonmars
Revision: 256162
upgpkg: haskell-conduit 1.2.12-1
rebuild with conduit,1.2.12
Modified:
haskell-conduit/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-09-08 10:31:28 UTC (rev 256161)
+++ PKGBUILD 2017-09-08 10:33:12 UTC (rev 256162)
@@ -4,18 +4,18 @@
_hkgname=conduit
pkgname=haskell-conduit
-pkgver=1.2.11
-pkgrel=6
+pkgver=1.2.12
+pkgrel=1
pkgdesc="Streaming data processing library."
-url="http://github.com/snoyberg/conduit"
+url="https://github.com/snoyberg/conduit"
license=("MIT")
arch=('i686' 'x86_64')
depends=('ghc-libs' "haskell-exceptions" "haskell-lifted-base" "haskell-mmorph"
"haskell-monad-control" "haskell-mtl" "haskell-primitive" "haskell-resourcet"
- "haskell-transformers-base")
+ "haskell-transformers-base" "haskell-transformers-compat")
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('51c0508df13d75389568cd728cbb7ce310ded72676cafdcbe9cd98d61c5a545a3cdfdcf81780ffb48ee9150dd06ef717170dda65fb950cefd1ac01ab33ca0b4a')
+sha512sums=('a9019edd43957dd9e170e953017294753c36af6d5eb40455282d91bce29b840fcb8e06bfd784514918f9d973bcc7a8025e6f52d19aebc5a3301ee4d203a418c7')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list