Date: Sunday, January 2, 2022 @ 14:27:17 Author: felixonmars Revision: 1092093
upgpkg: haskell-tomland 1.3.3.1-1: rebuild with tomland 1.3.3.1 Modified: haskell-tomland/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-02 13:19:33 UTC (rev 1092092) +++ PKGBUILD 2022-01-02 14:27:17 UTC (rev 1092093) @@ -3,8 +3,8 @@ _hkgname=tomland pkgname=haskell-tomland -pkgver=1.3.3.0 -pkgrel=61 +pkgver=1.3.3.1 +pkgrel=1 pkgdesc="Implementation of bidirectional TOML serialization." url="https://github.com/kowainik/tomland" license=('MPL2') @@ -12,14 +12,13 @@ depends=('ghc-libs' 'haskell-hashable' 'haskell-megaparsec' 'haskell-parser-combinators' 'haskell-unordered-containers' 'haskell-validation-selective') makedepends=('ghc' 'uusi' 'haskell-hedgehog' 'haskell-hspec' 'haskell-hspec-hedgehog' - 'haskell-hspec-megaparsec' 'haskell-markdown-unlit') + 'haskell-hspec-megaparsec') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha512sums=('3bf4e6382993c07f776b2dd7326e2eeecde581fe145a60caaa3b0decb8d81404e772a12594442afa6bce289c3df6548dc46df6c82822e9c7e4f0be0b7d3af1c8') +sha512sums=('a5b6af6300e3f5b55046ee454a84af1498558bd8ad810d1afdcacc67d47f0929189a988ee00fe1e70442661606385a74397e56141254e862b1fd686a53341a6e') prepare(){ cd $_hkgname-$pkgver gen-setup - uusi -u hspec -u megaparsec $_hkgname.cabal } build() { @@ -51,6 +50,4 @@ runhaskell Setup copy --destdir="$pkgdir" install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE - - mv "$pkgdir"/usr/bin/{,tomland-}readme }
