Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-pango
Commits:
83c96359 by Felix Yan at 2024-09-03T20:31:54+03:00
upgpkg: 0.13.10.0-1: rebuild with pango 0.13.10.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-pango
pkgdesc = Binding to the pango library for Gtk2Hs.
- pkgver = 0.13.8.2
- pkgrel = 76
+ pkgver = 0.13.10.0
+ pkgrel = 1
url = https://hackage.haskell.org/package/pango
arch = x86_64
license = LGPL2.1
@@ -15,7 +15,7 @@ pkgbase = haskell-pango
provides = gtk2hs-pango
conflicts = gtk2hs-pango
replaces = gtk2hs-pango
- source =
https://hackage.haskell.org/packages/archive/pango/0.13.8.2/pango-0.13.8.2.tar.gz
- sha512sums =
32a9030385ffc049503c9a39a00f48650d1a98b0f1beacb798072e0af19371d5178df3001719a67bbfb4a8e597fa11f86b7d419465087c63ee2962eee93f9567
+ source =
https://hackage.haskell.org/packages/archive/pango/0.13.10.0/pango-0.13.10.0.tar.gz
+ sha512sums =
050729ddf2a35bd21836a3a67eaa7218faf3534ff1affe74be840b6a7cfff256cc207b7805d5e3a48f6f6c365e3b0793818f98e94fc4a9dd03c31e1a60e7d078
pkgname = haskell-pango
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=pango
pkgname=haskell-pango
-pkgver=0.13.8.2
-pkgrel=76
+pkgver=0.13.10.0
+pkgrel=1
pkgdesc="Binding to the pango library for Gtk2Hs."
url="https://hackage.haskell.org/package/pango"
license=('LGPL2.1')
@@ -14,7 +14,7 @@ provides=('gtk2hs-pango')
replaces=('gtk2hs-pango')
conflicts=('gtk2hs-pango')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('32a9030385ffc049503c9a39a00f48650d1a98b0f1beacb798072e0af19371d5178df3001719a67bbfb4a8e597fa11f86b7d419465087c63ee2962eee93f9567')
+sha512sums=('050729ddf2a35bd21836a3a67eaa7218faf3534ff1affe74be840b6a7cfff256cc207b7805d5e3a48f6f6c365e3b0793818f98e94fc4a9dd03c31e1a60e7d078')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pango/-/commit/83c9635901e7f7586468d1fad4de2de0ab79c484
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pango/-/commit/83c9635901e7f7586468d1fad4de2de0ab79c484
You're receiving this email because of your account on gitlab.archlinux.org.