From 35be9109a0beb344d76731e844eebc105f8611ad Mon Sep 17 00:00:00 2001 From: yar Date: Sun, 28 Dec 2014 23:43:23 -0800 Subject: [PATCH] [haskell-fclabels] bump 2.0.2 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 07f7627acc30..f15e2ea713ac 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = haskell-fclabels pkgdesc = First class accessor labels. - pkgver = 2.0.0.5 + pkgver = 2.0.2 pkgrel = 1 url = http://hackage.haskell.org/package/fclabels install = haskell-fclabels.install @@ -12,8 +12,8 @@ pkgbase = haskell-fclabels depends = haskell-template-haskell>=2.5.0.0 depends = haskell-transformers>=0.2.2.0 options = strip - source = http://hackage.haskell.org/packages/archive/fclabels/2.0.0.5/fclabels-2.0.0.5.tar.gz - sha256sums = ab6149f16dd52efa91a273201c58b4343aca3c2ce3ca210bd801a56ae65ee0f5 + source = http://hackage.haskell.org/packages/archive/fclabels/2.0.2/fclabels-2.0.2.tar.gz + sha256sums = b7bd4e6aad908dd2d6c6872a5d3f0b5f538d2fe69e42008025e4af88a8690a81 pkgname = haskell-fclabels diff --git a/PKGBUILD b/PKGBUILD index 437f56ad0f2b..fbd28a13c4f8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ _hkgname=fclabels pkgname=haskell-${_hkgname} -pkgver=2.0.0.5 +pkgver=2.0.2 pkgrel=1 pkgdesc="First class accessor labels." url="http://hackage.haskell.org/package/${_hkgname}" @@ -11,7 +11,7 @@ depends=('haskell-mtl>=2.0.1.0' 'haskell-template-haskell>=2.5.0.0' 'haskell-tra options=('strip') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=${pkgname}.install -sha256sums=('ab6149f16dd52efa91a273201c58b4343aca3c2ce3ca210bd801a56ae65ee0f5') +sha256sums=('b7bd4e6aad908dd2d6c6872a5d3f0b5f538d2fe69e42008025e4af88a8690a81') build() { cd ${srcdir}/${_hkgname}-${pkgver} runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } --enable-split-objs --enable-shared \