Date: Friday, February 12, 2016 @ 05:05:53 Author: fyan Revision: 161357
upgpkg: haskell-reflection 2.1.2-1 Modified: haskell-reflection/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-02-12 04:04:54 UTC (rev 161356) +++ PKGBUILD 2016-02-12 04:05:53 UTC (rev 161357) @@ -4,7 +4,7 @@ _hkgname=reflection pkgname=haskell-reflection -pkgver=2.1.1.1 +pkgver=2.1.2 pkgrel=1 pkgdesc="Reifies arbitrary terms into types that can be reflected back into terms" url="http://github.com/ekmett/reflection" @@ -14,7 +14,7 @@ options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install="${pkgname}.install" -sha256sums=('e816cad511e720faa28a958210f48c0e9264ee9f6fd23eb20dcf71c6fc1c832e') +sha256sums=('a909882c04b24016bedb85587c09f23cf06bad71a2b1f7e781e89abaa6023c39') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
