Date: Tuesday, June 30, 2020 @ 09:28:13 Author: felixonmars Revision: 657118
upgpkg: haskell-gi 0.24.0-1: rebuild with haskell-gi-base 0.24.0, haskell-gi 0.24.0 Modified: haskell-gi/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-30 09:27:51 UTC (rev 657117) +++ PKGBUILD 2020-06-30 09:28:13 UTC (rev 657118) @@ -3,8 +3,8 @@ _hkgname=haskell-gi pkgname=haskell-gi -pkgver=0.23.1 -pkgrel=22 +pkgver=0.24.0 +pkgrel=1 pkgdesc="Generate Haskell bindings for GObject Introspection capable libraries" url="https://github.com/haskell-gi/haskell-gi" license=("LGPL2") @@ -12,9 +12,9 @@ depends=('ghc-libs' 'glib2' 'haskell-gi-base' 'haskell-ansi-terminal' 'haskell-attoparsec' 'haskell-pretty-show' 'haskell-safe' 'haskell-xdg-basedir' 'haskell-xml-conduit' 'haskell-regex-tdfa') -makedepends=('ghc' 'gobject-introspection' 'haskell-doctest') +makedepends=('ghc' 'gobject-introspection' 'haskell-cabal-doctest' 'haskell-doctest') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('646d19bfe4c36b86a5ea9e65f6b676f2a3cedc05d13f28574423b4295f12d2985423e516f4e679259d749029f3d606aa384b456efbf80775565d8d24f5a32f6b') +sha512sums=('5bdb394cdc6d5c3035d4602fe9f775a2e8e499bdd193bd0e90a47517d9a15eba87d925a592f0780fa72c2c5d20f9682e432c323868aa1a2fc6278d3b0907763a') build() { cd $_hkgname-$pkgver
