Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / hyprgraphics
Commits: d2c74ea2 by Lukas Fleischer at 2025-09-18T09:37:52-04:00 upgpkg: 0.1.6-1: upstream update - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = hyprgraphics pkgdesc = hyprland graphics resources and utilities - pkgver = 0.1.5 - pkgrel = 2 + pkgver = 0.1.6 + pkgrel = 1 url = https://github.com/hyprwm/hyprgraphics arch = x86_64 arch = aarch64 @@ -22,9 +22,11 @@ pkgbase = hyprgraphics depends = libpng depends = libwebp depends = libwebp.so + depends = pango + depends = libpangocairo-1.0.so depends = pixman provides = libhyprgraphics.so - source = https://github.com/hyprwm/hyprgraphics/archive/v0.1.5/hyprgraphics-0.1.5.tar.gz - sha256sums = 03bdd5a6e456c31cc17f973656326220f94e58a5f4ab33b2450ccb5d6a697a4c + source = https://github.com/hyprwm/hyprgraphics/archive/v0.1.6/hyprgraphics-0.1.6.tar.gz + sha256sums = 42a2085fa3c79641b7d2485e229ae25202b4e29631c3d83020e6edc182313e13 pkgname = hyprgraphics ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Caleb Maclennan <ca...@alerque.com> pkgname=hyprgraphics -pkgver=0.1.5 -pkgrel=2 +pkgver=0.1.6 +pkgrel=1 pkgdesc='hyprland graphics resources and utilities' arch=(x86_64 aarch64) url="https://github.com/hyprwm/$pkgname" @@ -16,12 +16,13 @@ depends=(cairo # libcairo.so libjxl libjxl.so libjxl_threads.so libpng # libpng.so libwebp libwebp.so + pango libpangocairo-1.0.so pixman) makedepends=(cmake) provides=("lib$pkgname.so") _archive="$pkgname-$pkgver" source=("$url/archive/v$pkgver/$_archive.tar.gz") -sha256sums=('03bdd5a6e456c31cc17f973656326220f94e58a5f4ab33b2450ccb5d6a697a4c') +sha256sums=('42a2085fa3c79641b7d2485e229ae25202b4e29631c3d83020e6edc182313e13') build() { cd "$_archive" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hyprgraphics/-/commit/d2c74ea28a314ef86a86471a733fb51a56cd214d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hyprgraphics/-/commit/d2c74ea28a314ef86a86471a733fb51a56cd214d You're receiving this email because of your account on gitlab.archlinux.org.