Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-gi
Commits:
e6d903c5 by Felix Yan at 2024-10-19T17:29:04+03:00
upgpkg: 0.26.7-1: rebuild with haskell-gi 0.26.7
- - - - -
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.6
- pkgrel = 3
+ pkgver = 0.26.7
+ pkgrel = 1
url = https://github.com/haskell-gi/haskell-gi
arch = x86_64
license = LGPL2
@@ -20,10 +20,10 @@ 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.6/haskell-gi-0.26.6.tar.gz
+ source =
https://hackage.haskell.org/packages/archive/haskell-gi/0.26.7/haskell-gi-0.26.7.tar.gz
source =
haskell-gi-glib-2.79.patch::https://github.com/haskell-gi/haskell-gi/pull/427.patch
source =
haskell-gi-glib-2.80.patch::https://github.com/haskell-gi/haskell-gi/pull/430.patch
- sha512sums =
d908d51efa63fc44787382dcc969613829a49c7a8f95bc1952b2f298a968bbfa8c01a0ac5058917216cd886eef02d6fd7cbd54337ed5950cb3d97c5fe1eaf50f
+ sha512sums =
3e3c557ba3b70d70b8d1111afe0c6e92b6b6e7aebbccc5373c119a981b62abc59e012d0462348c721eced40f20fd6e9828f32be9e82c64526852d55a92b165eb
sha512sums =
f453a061a2bff493960e102dab6b3ee9a6603b081575e7a24d683b9cd4ac78875dde3c7fdfceba50acbe5b7c45100ec29a3303b0cb008e1c157c97d493d539f3
sha512sums =
ca2f214e0af6f6939632d974db2f6bf8d20aed88203e266fa56f92f6bee178dae8237c6deaabda6386145c9a4908c85e4bbbcc41f82fc467531f2c0efd5cbeb8
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_hkgname=haskell-gi
pkgname=haskell-gi
-pkgver=0.26.6
-pkgrel=3
+pkgver=0.26.7
+pkgrel=1
pkgdesc="Generate Haskell bindings for GObject Introspection capable libraries"
url="https://github.com/haskell-gi/haskell-gi"
license=("LGPL2")
@@ -16,7 +16,7 @@ makedepends=('ghc' 'gobject-introspection'
'haskell-cabal-doctest' 'haskell-doct
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz"
$pkgname-glib-2.79.patch::https://github.com/haskell-gi/haskell-gi/pull/427.patch
$pkgname-glib-2.80.patch::https://github.com/haskell-gi/haskell-gi/pull/430.patch)
-sha512sums=('d908d51efa63fc44787382dcc969613829a49c7a8f95bc1952b2f298a968bbfa8c01a0ac5058917216cd886eef02d6fd7cbd54337ed5950cb3d97c5fe1eaf50f'
+sha512sums=('3e3c557ba3b70d70b8d1111afe0c6e92b6b6e7aebbccc5373c119a981b62abc59e012d0462348c721eced40f20fd6e9828f32be9e82c64526852d55a92b165eb'
'f453a061a2bff493960e102dab6b3ee9a6603b081575e7a24d683b9cd4ac78875dde3c7fdfceba50acbe5b7c45100ec29a3303b0cb008e1c157c97d493d539f3'
'ca2f214e0af6f6939632d974db2f6bf8d20aed88203e266fa56f92f6bee178dae8237c6deaabda6386145c9a4908c85e4bbbcc41f82fc467531f2c0efd5cbeb8')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-gi/-/commit/e6d903c5c404559516bf33dda179f52e4c4f4e12
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-gi/-/commit/e6d903c5c404559516bf33dda179f52e4c4f4e12
You're receiving this email because of your account on gitlab.archlinux.org.