Date: Monday, February 8, 2016 @ 05:00:18 Author: fyan Revision: 160846
upgpkg: haskell-vector-binary-instances 0.2.1.1-1 rebuild with psqueues-0.2.2.0 Modified: haskell-vector-binary-instances/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-02-08 03:39:48 UTC (rev 160845) +++ PKGBUILD 2016-02-08 04:00:18 UTC (rev 160846) @@ -4,17 +4,17 @@ _hkgname=vector-binary-instances pkgname=haskell-vector-binary-instances -pkgver=0.2.1.0 -pkgrel=2 +pkgver=0.2.1.1 +pkgrel=1 pkgdesc="Instances of Data.Binary and Data.Serialize for vector" url="https://github.com/bos/vector-binary-instances" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc=7.10.3" "haskell-cereal" "haskell-vector") +depends=("ghc=7.10.3" "haskell-binary" "haskell-vector") options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install="${pkgname}.install" -sha256sums=('9450018a61ee5a62b802c1b2cfe8d289b7c8f3debeb0f8828679a4c085d31909') +sha256sums=('9647a467cc248ea967b16982be0a395688882d711b5b6613405064bcae6a4eb7') build() { cd "${srcdir}/${_hkgname}-${pkgver}"