Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-gi
Commits:
3f354b0a by Felix Yan at 2025-09-17T08:02:31+00:00
upgpkg: 0.26.15-1: rebuild with haskell-gi 0.26.15
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-gi
pkgdesc = Generate Haskell bindings for GObject Introspection capable
libraries
- pkgver = 0.26.14
- pkgrel = 47
+ pkgver = 0.26.15
+ pkgrel = 1
url = https://github.com/haskell-gi/haskell-gi
arch = x86_64
license = LGPL-2.0-only
@@ -20,7 +20,7 @@ pkgbase = haskell-gi
depends = haskell-xdg-basedir
depends = haskell-xml-conduit
depends = haskell-regex-tdfa
- source =
https://hackage.haskell.org/packages/archive/haskell-gi/0.26.14/haskell-gi-0.26.14.tar.gz
- sha512sums =
95f7dbf831ed3a28335002bca1cbd060660d8692a18d182bf5827d8c0a22eff6b20cb706ddac24bbc1c25b2134a094f3ee0018b441684bc9183aee876c570392
+ source =
https://hackage.haskell.org/packages/archive/haskell-gi/0.26.15/haskell-gi-0.26.15.tar.gz
+ sha512sums =
f1b173f1a979549205cea0d80202de3d2b52263cc7dcd934d49c78a4b488642d4ef1c489720264abe0185bb89ced8c1e86ea8b38dab884cdb86868b5395d12cc
pkgname = haskell-gi
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_hkgname=haskell-gi
pkgname=haskell-gi
-pkgver=0.26.14
-pkgrel=47
+pkgver=0.26.15
+pkgrel=1
pkgdesc="Generate Haskell bindings for GObject Introspection capable libraries"
url="https://github.com/haskell-gi/haskell-gi"
license=('LGPL-2.0-only')
@@ -14,7 +14,7 @@ depends=('ghc-libs' 'glib2' 'gobject-introspection-runtime'
'haskell-gi-base'
'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")
-sha512sums=('95f7dbf831ed3a28335002bca1cbd060660d8692a18d182bf5827d8c0a22eff6b20cb706ddac24bbc1c25b2134a094f3ee0018b441684bc9183aee876c570392')
+sha512sums=('f1b173f1a979549205cea0d80202de3d2b52263cc7dcd934d49c78a4b488642d4ef1c489720264abe0185bb89ced8c1e86ea8b38dab884cdb86868b5395d12cc')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-gi/-/commit/3f354b0a5f35e53cfb14fc63044a67c83eaf8acd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-gi/-/commit/3f354b0a5f35e53cfb14fc63044a67c83eaf8acd
You're receiving this email because of your account on gitlab.archlinux.org.