Date: Friday, January 13, 2023 @ 02:44:49 Author: felixonmars Revision: 1383191
upgpkg: haskell-optparse-generic 1.4.9-1: rebuild with optparse-generic 1.4.9 Modified: haskell-optparse-generic/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-13 02:41:31 UTC (rev 1383190) +++ PKGBUILD 2023-01-13 02:44:49 UTC (rev 1383191) @@ -2,10 +2,10 @@ _hkgname=optparse-generic pkgname=haskell-optparse-generic -pkgver=1.4.8 -pkgrel=16 +pkgver=1.4.9 +pkgrel=1 pkgdesc="Auto-generate a command-line parser for your datatype" -url="https://github.com/Gabriel439/Haskell-Optparse-Generic-Library" +url="https://github.com/Gabriella439/Haskell-Optparse-Generic-Library" license=('BSD') arch=('x86_64') depends=('ghc-libs' 'haskell-system-filepath' 'haskell-only' 'haskell-optparse-applicative' @@ -12,7 +12,7 @@ 'haskell-transformers-compat' 'haskell-void') makedepends=('ghc') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('59cde5351c39d3208e300cd4109c71b4288b7ecf225de56b256ae52771564d9e0ee63ebf0564b23946ee3be745dd09411339e82a89f0651149bda5274f5ac419') +sha512sums=('5b81a6a9cf60108b4878fbbee99b126fb0b7162618910bea5b8a08b462281c8aa0ea55e390d8134f2767fc39f92d68037d5e99d2cc7281e70efeaf1b18ca23d8') build() { cd $_hkgname-$pkgver
