Date: Wednesday, October 5, 2022 @ 20:55:54 Author: felixonmars Revision: 1321634
upgpkg: haskell-tomland 1.3.3.2-1: rebuild with tomland 1.3.3.2 Modified: haskell-tomland/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-05 20:37:34 UTC (rev 1321633) +++ PKGBUILD 2022-10-05 20:55:54 UTC (rev 1321634) @@ -3,8 +3,8 @@ _hkgname=tomland pkgname=haskell-tomland -pkgver=1.3.3.1 -pkgrel=79 +pkgver=1.3.3.2 +pkgrel=1 pkgdesc="Implementation of bidirectional TOML serialization." url="https://github.com/kowainik/tomland" license=('MPL2') @@ -14,12 +14,11 @@ makedepends=('ghc' 'uusi' 'haskell-hedgehog' 'haskell-hspec' 'haskell-hspec-hedgehog' 'haskell-hspec-megaparsec') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha512sums=('a5b6af6300e3f5b55046ee454a84af1498558bd8ad810d1afdcacc67d47f0929189a988ee00fe1e70442661606385a74397e56141254e862b1fd686a53341a6e') +sha512sums=('031026c78d2406e2427fd647577901b9588fe3072fe44da616b3228ee42a6ed11250e2fdfd226493669035eeba47c742fe531901765e26eb6524409b100471ac') prepare(){ cd $_hkgname-$pkgver gen-setup - uusi -u hedgehog -u hspec $_hkgname.cabal } build() {
