Date: Monday, May 11, 2020 @ 19:10:28 Author: felixonmars Revision: 626327
upgpkg: haskell-tasty 1.3-1: rebuild with tasty 1.3 Modified: haskell-tasty/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-11 19:09:53 UTC (rev 626326) +++ PKGBUILD 2020-05-11 19:10:28 UTC (rev 626327) @@ -3,8 +3,8 @@ _hkgname=tasty pkgname=haskell-tasty -pkgver=1.2.3 -pkgrel=33 +pkgver=1.3 +pkgrel=1 pkgdesc="Modern and extensible testing framework" url="http://documentup.com/feuerbach/tasty" license=("MIT") @@ -14,7 +14,7 @@ 'haskell-wcwidth') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('3922fc19c3ed74b1a39f8e6dc5fe243a955ab55d2e9d08d68b0932dfa0d16cb1efbc73bb2d793c1226d56986141494ce0490c9af70e7e612d07da64d5e2ee472') +sha512sums=('648d4a34486b7d4c7f9e9bc0b6ace975fe9cf2783a5b5daafdaa447886014d0e439be43601b210a7b577381e02ae69340eaf99f04670fd6c078d363e7d23f5de') build() { cd $_hkgname-$pkgver
