Date: Tuesday, October 27, 2020 @ 09:40:43 Author: felixonmars Revision: 734159
upgpkg: haskell-optparse-applicative 0.16.0.0-1: rebuild with optparse-applicative 0.16.0.0, optparse-generic 1.4.3, turtle 1.5.21 Modified: haskell-optparse-applicative/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-27 09:36:53 UTC (rev 734158) +++ PKGBUILD 2020-10-27 09:40:43 UTC (rev 734159) @@ -3,8 +3,8 @@ _hkgname=optparse-applicative pkgname=haskell-optparse-applicative -pkgver=0.15.1.0 -pkgrel=61 +pkgver=0.16.0.0 +pkgrel=1 pkgdesc="Utilities and combinators for parsing command line options" url="https://github.com/pcapriotti/optparse-applicative" license=("BSD") @@ -12,7 +12,7 @@ depends=('ghc-libs' "haskell-ansi-wl-pprint" "haskell-transformers-compat") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('e7ab0a2b4812bbfe7802c2d51a45a4f5a5ea162b094631dc6ee4cd79e5def4101ccb04305cfa16942926809ed656f91aa6f68c4d98e93171ca9be99ba40cc51e') +sha512sums=('42735439bc0b592fc828b36d697a77bca79813b760b621d5f9546a6996960ff060bf844a478a739883fd3bbbb7e7164bb526900cf774b192cc7e4a0e3ce3590e') build() { cd $_hkgname-$pkgver
