Date: Monday, March 12, 2018 @ 11:30:17 Author: felixonmars Revision: 306333
upgpkg: haskell-boxes 0.1.5-1 rebuild with boxes,0.1.5 Modified: haskell-boxes/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-12 11:29:09 UTC (rev 306332) +++ PKGBUILD 2018-03-12 11:30:17 UTC (rev 306333) @@ -4,8 +4,8 @@ _hkgname=boxes pkgname=haskell-boxes -pkgver=0.1.4 -pkgrel=9 +pkgver=0.1.5 +pkgrel=1 pkgdesc="2D text pretty-printing library" url="https://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") @@ -13,7 +13,7 @@ depends=('ghc-libs' "haskell-split") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('b8afb3216208269883f173f57fc0b53be919e5fd171bf2b7d8d5ed2b0af9c3ca4f9005fc4df43ba8ba4ade694d59a83ff0d419cfbd32e54e80ba6fbe748e9524') +sha512sums=('44527be9a8351aef9e6a98bc90276c0137892e2672ca5ae15968ac21cfc1f0ce92d2c734c26b5493b2f8597ab1a65cb9cf5d050b6b02b0a61d6b6df4143ba4d7') build() { cd "${srcdir}/${_hkgname}-${pkgver}"