Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-gi
Commits:
57874b24 by Felix Yan at 2024-10-04T22:05:23+03:00
upgpkg: 0.26.5-1: rebuild with haskell-gi 0.26.5
- - - - -
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.4
- pkgrel = 82
+ pkgver = 0.26.5
+ 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.4/haskell-gi-0.26.4.tar.gz
+ source =
https://hackage.haskell.org/packages/archive/haskell-gi/0.26.5/haskell-gi-0.26.5.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 =
c5a34576cfe2df07d4c1a9c01f925680f1dd57d483a62d85c6d6fcc0f852ada1bd00c25e805dca8498f6b663a88d5c9daf696bce99664bd65f111d226927c6af
+ sha512sums =
835402ac6cf66fb6cce190b8bb731f9f56469a14c5a8da4b836eec1e2720befce9dd8a064118e7006bded5e1481b0633e085df4c5b0c3b98a54e67dac6647dc1
sha512sums =
f453a061a2bff493960e102dab6b3ee9a6603b081575e7a24d683b9cd4ac78875dde3c7fdfceba50acbe5b7c45100ec29a3303b0cb008e1c157c97d493d539f3
sha512sums =
ca2f214e0af6f6939632d974db2f6bf8d20aed88203e266fa56f92f6bee178dae8237c6deaabda6386145c9a4908c85e4bbbcc41f82fc467531f2c0efd5cbeb8
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_hkgname=haskell-gi
pkgname=haskell-gi
-pkgver=0.26.4
-pkgrel=82
+pkgver=0.26.5
+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=('c5a34576cfe2df07d4c1a9c01f925680f1dd57d483a62d85c6d6fcc0f852ada1bd00c25e805dca8498f6b663a88d5c9daf696bce99664bd65f111d226927c6af'
+sha512sums=('835402ac6cf66fb6cce190b8bb731f9f56469a14c5a8da4b836eec1e2720befce9dd8a064118e7006bded5e1481b0633e085df4c5b0c3b98a54e67dac6647dc1'
'f453a061a2bff493960e102dab6b3ee9a6603b081575e7a24d683b9cd4ac78875dde3c7fdfceba50acbe5b7c45100ec29a3303b0cb008e1c157c97d493d539f3'
'ca2f214e0af6f6939632d974db2f6bf8d20aed88203e266fa56f92f6bee178dae8237c6deaabda6386145c9a4908c85e4bbbcc41f82fc467531f2c0efd5cbeb8')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-gi/-/commit/57874b24c44d703ef691d0f4b844d7becb6c6e6b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-gi/-/commit/57874b24c44d703ef691d0f4b844d7becb6c6e6b
You're receiving this email because of your account on gitlab.archlinux.org.