Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / hyprcursor
Commits: 8265d2bc by Caleb Maclennan at 2024-04-08T10:45:01+03:00 upgpkg: 0.1.6-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = hyprcursor pkgdesc = The hyprland cursor format, library and utilities - pkgver = 0.1.5 + pkgver = 0.1.6 pkgrel = 1 url = https://github.com/hyprwm/hyprcursor arch = x86_64 @@ -16,8 +16,10 @@ pkgbase = hyprcursor depends = librsvg-2.so depends = libzip depends = libzip.so + depends = tomlplusplus + depends = libtomlplusplus.so provides = libhyprcursor.so - source = https://github.com/hyprwm/hyprcursor/archive/v0.1.5/hyprcursor-0.1.5.tar.gz - sha256sums = 3958b0d7b80bcabca1c46841016c7354afc3cbcbf86b785b7b6289524cb5ec5c + source = https://github.com/hyprwm/hyprcursor/archive/v0.1.6/hyprcursor-0.1.6.tar.gz + sha256sums = e07b711fab98d483c1e82d2ba14377c641632dd9bea7a94ba21cc0e7a1227335 pkgname = hyprcursor ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Caleb Maclennan <ca...@alerque.com> pkgname=hyprcursor -pkgver=0.1.5 +pkgver=0.1.6 pkgrel=1 pkgdesc='The hyprland cursor format, library and utilities' arch=(x86_64 aarch64) @@ -12,12 +12,13 @@ depends=(cairo # libcairo.so glibc # libc.so libm.so hyprlang libhyprlang.so librsvg librsvg-2.so - libzip libzip.so) + libzip libzip.so + tomlplusplus libtomlplusplus.so) makedepends=(cmake) provides=("lib$pkgname.so") _archive="$pkgname-$pkgver" source=("$url/archive/v$pkgver/$_archive.tar.gz") -sha256sums=('3958b0d7b80bcabca1c46841016c7354afc3cbcbf86b785b7b6289524cb5ec5c') +sha256sums=('e07b711fab98d483c1e82d2ba14377c641632dd9bea7a94ba21cc0e7a1227335') build() { cd "$_archive" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hyprcursor/-/commit/8265d2bc062f4687ef45afaf757dde3883bc86e0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hyprcursor/-/commit/8265d2bc062f4687ef45afaf757dde3883bc86e0 You're receiving this email because of your account on gitlab.archlinux.org.