Date: Tuesday, June 27, 2017 @ 13:38:22 Author: felixonmars Revision: 241181
upgpkg: haskell-brick 0.19-1 rebuild with brick,0.19 Modified: haskell-brick/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-27 13:35:42 UTC (rev 241180) +++ PKGBUILD 2017-06-27 13:38:22 UTC (rev 241181) @@ -4,8 +4,8 @@ _hkgname=brick pkgname=haskell-brick -pkgver=0.18 -pkgrel=2 +pkgver=0.19 +pkgrel=1 pkgdesc="A declarative terminal user interface library" url="https://github.com/jtdaugherty/brick" license=("custom:BSD3") @@ -14,7 +14,7 @@ "haskell-microlens-th" "haskell-microlens-mtl" "haskell-vector" "haskell-contravariant" "haskell-stm" "haskell-text" "haskell-text-zipper") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('19a92a7f45a84612e4d5d12093f4fe022f4fd754868df9108538cf00916e63e2') +sha512sums=('f4bf04c9c2a8a19849bd089d86942312b055e6e44addd3ba5f0caccb7ba01db987f341c2175ccbe47e1cb48b5c5b5866f082997de6647fbca6ad369631256d9b') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
