Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-gi-cairo
Commits:
d3f8a6f2 by Felix Yan at 2025-09-18T06:28:59+00:00
upgpkg: 1.0.30-1: rebuild with gi-cairo 1.0.30
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = haskell-gi-cairo
pkgdesc = Cairo bindings
- pkgver = 1.0.29
- pkgrel = 211
+ pkgver = 1.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-cairo
depends = haskell-gi
depends = haskell-gi-base
depends = haskell-gi-overloading
- source =
https://hackage.haskell.org/packages/archive/gi-cairo/1.0.29/gi-cairo-1.0.29.tar.gz
- sha512sums =
239d4259c54cd706dacaafbc3014ce693075a039e7996f93394c66d6b8850bca6724fb2ab5580919f2aa3305486760ffcad2f444272ae31aa7470fdeeb2058e3
+ source =
https://hackage.haskell.org/packages/archive/gi-cairo/1.0.30/gi-cairo-1.0.30.tar.gz
+ sha512sums =
6d2cc3d1c6f022fa2c6a4570db00141a8651c1a8586ecc1f19bb75e67088f6d7ea153f04e77508651c0aff28897aed90a5c0346e402b0686d0dba36446d2fc20
pkgname = haskell-gi-cairo
=====================================
PKGBUILD
=====================================
@@ -2,16 +2,16 @@
_hkgname=gi-cairo
pkgname=haskell-gi-cairo
-pkgver=1.0.29
-pkgrel=211
+pkgver=1.0.30
+pkgrel=1
pkgdesc="Cairo bindings"
url="https://github.com/haskell-gi/haskell-gi"
-license=("LGPL2.1")
+license=('LGPL-2.1-only')
arch=('x86_64')
depends=('ghc-libs' 'cairo' 'haskell-gi' 'haskell-gi-base'
'haskell-gi-overloading')
makedepends=('ghc' 'gobject-introspection')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('239d4259c54cd706dacaafbc3014ce693075a039e7996f93394c66d6b8850bca6724fb2ab5580919f2aa3305486760ffcad2f444272ae31aa7470fdeeb2058e3')
+sha512sums=('6d2cc3d1c6f022fa2c6a4570db00141a8651c1a8586ecc1f19bb75e67088f6d7ea153f04e77508651c0aff28897aed90a5c0346e402b0686d0dba36446d2fc20')
build() {
cd $_hkgname-$pkgver
@@ -29,6 +29,11 @@ build() {
sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
}
+check() {
+ cd $_hkgname-$pkgver
+ runhaskell Setup test --show-details=direct
+}
+
package() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-gi-cairo/-/commit/d3f8a6f2db74d1aa381707aa5c638442bd967060
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-gi-cairo/-/commit/d3f8a6f2db74d1aa381707aa5c638442bd967060
You're receiving this email because of your account on gitlab.archlinux.org.