Date: Monday, April 10, 2023 @ 10:23:10 Author: felixonmars Revision: 1443928
upgpkg: haskell-gi 0.26.4-1: rebuild with haskell-gi 0.26.4 Modified: haskell-gi/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-10 10:22:52 UTC (rev 1443927) +++ PKGBUILD 2023-04-10 10:23:10 UTC (rev 1443928) @@ -3,8 +3,8 @@ _hkgname=haskell-gi pkgname=haskell-gi -pkgver=0.26.3 -pkgrel=19 +pkgver=0.26.4 +pkgrel=1 pkgdesc="Generate Haskell bindings for GObject Introspection capable libraries" url="https://github.com/haskell-gi/haskell-gi" license=("LGPL2") @@ -13,16 +13,9 @@ 'haskell-ansi-terminal' 'haskell-attoparsec' 'haskell-pretty-show' 'haskell-safe' 'haskell-xdg-basedir' 'haskell-xml-conduit' 'haskell-regex-tdfa') makedepends=('ghc' 'gobject-introspection' 'haskell-cabal-doctest' 'haskell-doctest') -source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz" - gunichar-array.patch::https://github.com/haskell-gi/haskell-gi/pull/401.patch) -sha512sums=('65423d5b0b91e70150fc5ba3952f67b23eb8539f4472978cd1d20701a9dd63c010071325e54aa8bb58f0a0ae42ff702aac2f1aaf00c463da2d93ea4ad697a468' - '362f9282bc0c13e2b21952258ac1ed4570be6241a69f756b60e3f666bfac8743b26290a38e1516636fd1d5e955bfa78a699c856b7cfd68e774cb59d36cb66c58') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") +sha512sums=('c5a34576cfe2df07d4c1a9c01f925680f1dd57d483a62d85c6d6fcc0f852ada1bd00c25e805dca8498f6b663a88d5c9daf696bce99664bd65f111d226927c6af') -prepare() { - cd $_hkgname-$pkgver - patch -p1 -i ../gunichar-array.patch -} - build() { cd $_hkgname-$pkgver
