Date: Wednesday, March 17, 2021 @ 22:44:49 Author: felixonmars Revision: 894262
upgpkg: haskell-validation-selective 0.1.0.1-1: rebuild with validation-selective 0.1.0.1 Modified: haskell-validation-selective/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-17 22:19:36 UTC (rev 894261) +++ PKGBUILD 2021-03-17 22:44:49 UTC (rev 894262) @@ -3,8 +3,8 @@ _hkgname=validation-selective pkgname=haskell-validation-selective -pkgver=0.1.0.0 -pkgrel=75 +pkgver=0.1.0.1 +pkgrel=1 pkgdesc="Lighweight pure data validation based on Applicative and Selective functors." url="https://github.com/kowainik/validation-selective" license=('MPL2') @@ -12,12 +12,11 @@ depends=('ghc-libs' 'haskell-selective') makedepends=('ghc' 'uusi' 'haskell-doctest' 'haskell-hedgehog' 'haskell-hspec' 'haskell-hspec-hedgehog') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('c7d9cb37649ff7dddfa7c97e882d86b2f2edd646ce9fa42d50f78c1098784345') +sha512sums=('7794b16331a6fcf01393ae2c993979488a273c83adeae8349585abea8221003063f562bcefd1da65ec3fc50a29dc5f52dd7577c3ae24962a024b4c8d068d5842') prepare(){ cd $_hkgname-$pkgver gen-setup - uusi -u doctest $_hkgname.cabal } build() {
