Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-gi-glib
Commits: 422c4f8d by Felix Yan at 2025-09-02T03:54:01+08:00 upgpkg: 2.0.30-1: rebuild with gi-glib 2.0.30 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,10 +1,10 @@ pkgbase = haskell-gi-glib pkgdesc = GLib bindings - pkgver = 2.0.29 - pkgrel = 188 + pkgver = 2.0.30 + pkgrel = 1 url = https://github.com/haskell-gi/haskell-gi arch = x86_64 - license = LGPL2.1 + license = LGPL-2.1-only makedepends = ghc makedepends = gobject-introspection depends = ghc-libs @@ -12,7 +12,7 @@ pkgbase = haskell-gi-glib depends = haskell-gi-base depends = haskell-gi-overloading depends = glib2 - source = https://hackage.haskell.org/packages/archive/gi-glib/2.0.29/gi-glib-2.0.29.tar.gz - sha256sums = e0fedbe660b74df1a7e177c21764d45ebeb48e983259d28898d2c9103d739d80 + source = https://hackage.haskell.org/packages/archive/gi-glib/2.0.30/gi-glib-2.0.30.tar.gz + sha256sums = 77514d7c515a8457c1b68ce32ccf8ec4ae1bf5cff08d6702afe61337f38034d1 pkgname = haskell-gi-glib ===================================== PKGBUILD ===================================== @@ -2,16 +2,16 @@ _hkgname=gi-glib pkgname=haskell-gi-glib -pkgver=2.0.29 -pkgrel=188 +pkgver=2.0.30 +pkgrel=1 pkgdesc="GLib bindings" url="https://github.com/haskell-gi/haskell-gi" -license=("LGPL2.1") +license=('LGPL-2.1-only') arch=('x86_64') depends=('ghc-libs' 'haskell-gi' 'haskell-gi-base' 'haskell-gi-overloading' 'glib2') makedepends=('ghc' 'gobject-introspection') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('e0fedbe660b74df1a7e177c21764d45ebeb48e983259d28898d2c9103d739d80') +sha256sums=('77514d7c515a8457c1b68ce32ccf8ec4ae1bf5cff08d6702afe61337f38034d1') build() { cd $_hkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-gi-glib/-/commit/422c4f8d9a3b01fcf242cf83b1a9e031d38b7fe1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-gi-glib/-/commit/422c4f8d9a3b01fcf242cf83b1a9e031d38b7fe1 You're receiving this email because of your account on gitlab.archlinux.org.