Date: Saturday, May 19, 2018 @ 19:08:51 Author: felixonmars Revision: 324811
upgpkg: haskell-binary-conduit 1.3-1 rebuild with html-conduit,1.3.0 conduit,1.3.0.2 resourcet,1.2.1 xml-conduit,1.8.0 aws,0.20 http-conduit,2.3.1 Modified: haskell-binary-conduit/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-19 19:00:47 UTC (rev 324810) +++ PKGBUILD 2018-05-19 19:08:51 UTC (rev 324811) @@ -3,16 +3,16 @@ _hkgname=binary-conduit pkgname=haskell-binary-conduit -pkgver=1.2.5 -pkgrel=22 +pkgver=1.3 +pkgrel=1 pkgdesc="Data serialization/deserialization conduit library" url="https://github.com/qnikst/binary-conduit/" license=('MIT') arch=('x86_64') -depends=('ghc-libs' 'haskell-conduit' 'haskell-resourcet' 'haskell-vector') +depends=('ghc-libs' 'haskell-conduit' 'haskell-exceptions' 'haskell-vector') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('131c5fbca74ca5043fd65826e27dd9d5f2407fc8c1ea8f7c803083f565b33661d0768d0638d452409b2218949e2f4b1c6ccc5a4acad5c14948b59713b8435d70') +sha512sums=('393fd9f72baeb16511c8bd69c71b7169e3d8337903151dd2e514d83c665e34c593352ebaa91bf84531fcbd485af092a1278fe6a10329f68bb3765030a72858e5') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
