diff --git a/.SRCINFO b/.SRCINFO index b51f31a31b2c..07f7627acc30 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = haskell-fclabels pkgdesc = First class accessor labels. - pkgver = 1.1.6 + pkgver = 2.0.0.5 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/1.1.6/fclabels-1.1.6.tar.gz - sha256sums = f3f2bc5cee6f9110bc35aa9f16115debc3632fd2ac667e5cb834a1aaf1c2bf38 + source = http://hackage.haskell.org/packages/archive/fclabels/2.0.0.5/fclabels-2.0.0.5.tar.gz + sha256sums = ab6149f16dd52efa91a273201c58b4343aca3c2ce3ca210bd801a56ae65ee0f5 pkgname = haskell-fclabels diff --git a/PKGBUILD b/PKGBUILD index 39f36ed3d7c8..437f56ad0f2b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ _hkgname=fclabels pkgname=haskell-${_hkgname} -pkgver=1.1.6 +pkgver=2.0.0.5 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=('f3f2bc5cee6f9110bc35aa9f16115debc3632fd2ac667e5cb834a1aaf1c2bf38') +sha256sums=('ab6149f16dd52efa91a273201c58b4343aca3c2ce3ca210bd801a56ae65ee0f5') build() { cd ${srcdir}/${_hkgname}-${pkgver} runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } --enable-split-objs --enable-shared \