Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / pango
Commits:
de61f16f by Jan Alexander Steffens (heftig) at 2025-01-19T04:44:40+01:00
1:1.56.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = pango
pkgdesc = A library for layout and rendering of text
- pkgver = 1.56.0
+ pkgver = 1.56.1
pkgrel = 1
epoch = 1
url = https://www.pango.org/
@@ -25,8 +25,8 @@ pkgbase = pango
depends = libx11
depends = libxft
depends = libxrender
- source = git+https://gitlab.gnome.org/GNOME/pango.git#tag=1.56.0
- b2sums =
221364424576d66b2e2fa36e57a3bd0e67bbe52382a7106bf61ed8ff7a470b030eba89c17cdc02f61ddc8a9027c6519676bb63cbc136738d13beb8390ad0c17e
+ source = git+https://gitlab.gnome.org/GNOME/pango.git#tag=1.56.1
+ b2sums =
5bf9287131a7e2197a6badfa12525a9c0923c578b8594f774024a401e058b32fc4f5c5f5516f4124b21b79ae4261219123ccedbae5f771c689f971f742e92e5e
pkgname = pango
provides = libpango-1.0.so
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@ pkgname=(
pango
pango-docs
)
-pkgver=1.56.0
+pkgver=1.56.1
pkgrel=1
epoch=1
pkgdesc="A library for layout and rendering of text"
@@ -37,7 +37,7 @@ makedepends=(
python-docutils
)
source=("git+https://gitlab.gnome.org/GNOME/pango.git#tag=$pkgver")
-b2sums=('221364424576d66b2e2fa36e57a3bd0e67bbe52382a7106bf61ed8ff7a470b030eba89c17cdc02f61ddc8a9027c6519676bb63cbc136738d13beb8390ad0c17e')
+b2sums=('5bf9287131a7e2197a6badfa12525a9c0923c578b8594f774024a401e058b32fc4f5c5f5516f4124b21b79ae4261219123ccedbae5f771c689f971f742e92e5e')
prepare() {
cd pango
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pango/-/commit/de61f16f2e2b85e3ff0e27a0347db7298dace6e0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pango/-/commit/de61f16f2e2b85e3ff0e27a0347db7298dace6e0
You're receiving this email because of your account on gitlab.archlinux.org.