Date: Monday, September 26, 2022 @ 10:35:46 Author: felixonmars Revision: 1311464
upgpkg: haskell-gi-atk 2.0.24-6: rebuild with optparse-applicative 0.17.0.0 Modified: haskell-gi-atk/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-26 10:14:03 UTC (rev 1311463) +++ PKGBUILD 2022-09-26 10:35:46 UTC (rev 1311464) @@ -3,13 +3,13 @@ _hkgname=gi-atk pkgname=haskell-gi-atk pkgver=2.0.24 -pkgrel=5 +pkgrel=6 pkgdesc="Atk bindings" url="https://github.com/haskell-gi/haskell-gi" license=("LGPL2_1") arch=('x86_64') depends=('ghc-libs' 'haskell-gi-glib' 'haskell-gi-gobject' 'haskell-gi' 'haskell-gi-base' - 'haskell-gi-overloading' 'atk') + 'haskell-gi-overloading' 'at-spi2-core') makedepends=('ghc' 'gobject-introspection') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") sha256sums=('cb34067b3bc61fc29c8b077385c5f469be4bef80ac0c90cd3ad3d9d598fc12f6')
