Peter Jung pushed to branch main at Arch Linux / Packaging / Packages / ananicy-cpp
Commits: 19808067 by Peter Jung at 2025-10-04T15:57:11+02:00 upgpkg: 1.1.1-8 Fixes: https://gitlab.archlinux.org/archlinux/packaging/packages/ananicy-cpp/-/issues/1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = ananicy-cpp pkgdesc = Ananicy Cpp is a full rewrite of Ananicy in C++, featuring lower CPU and RAM usage. pkgver = 1.1.1 - pkgrel = 7 + pkgrel = 8 url = https://gitlab.com/ananicy-cpp/ananicy-cpp arch = x86_64 license = GPL-3.0-or-later @@ -21,6 +21,8 @@ pkgbase = ananicy-cpp depends = systemd-libs depends = zlib source = git+https://gitlab.com/ananicy-cpp/ananicy-cpp.git#tag=v1.1.1 + source = https://gitlab.com/ananicy-cpp/ananicy-cpp/-/commit/99e64815bacaf3baa28ad89d022e33ebede94fa9.patch sha512sums = e7aed4f39d50ac2ea300b08192d1f0000e91c6985111418c24551252243ca883551afe290c8cb9fc4fce213d1ed6b1e919f93600abeaa8176b448b4f28bf3c3d + sha512sums = b04c6890dafb5d878fa0b0b1ea4611ddcc7c4d37ac327829255f50e8ed92940bb9aa3d22c9969bdcf2f49af74fc09317ae86558db0703d6aa2059b6194cba42e pkgname = ananicy-cpp ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=ananicy-cpp pkgver=1.1.1 -pkgrel=7 +pkgrel=8 pkgdesc="Ananicy Cpp is a full rewrite of Ananicy in C++, featuring lower CPU and RAM usage." arch=(x86_64) url="https://gitlab.com/ananicy-cpp/ananicy-cpp" @@ -28,9 +28,15 @@ makedepends=( ninja nlohmann-json ) -source=("git+https://gitlab.com/ananicy-cpp/ananicy-cpp.git#tag=v${pkgver}") -sha512sums=('e7aed4f39d50ac2ea300b08192d1f0000e91c6985111418c24551252243ca883551afe290c8cb9fc4fce213d1ed6b1e919f93600abeaa8176b448b4f28bf3c3d') +source=("git+https://gitlab.com/ananicy-cpp/ananicy-cpp.git#tag=v${pkgver}" + "https://gitlab.com/ananicy-cpp/ananicy-cpp/-/commit/99e64815bacaf3baa28ad89d022e33ebede94fa9.patch") +sha512sums=('e7aed4f39d50ac2ea300b08192d1f0000e91c6985111418c24551252243ca883551afe290c8cb9fc4fce213d1ed6b1e919f93600abeaa8176b448b4f28bf3c3d' + 'b04c6890dafb5d878fa0b0b1ea4611ddcc7c4d37ac327829255f50e8ed92940bb9aa3d22c9969bdcf2f49af74fc09317ae86558db0703d6aa2059b6194cba42e') +prepare() { + cd "${srcdir}/${pkgname}" + patch -Np1 < ../99e64815bacaf3baa28ad89d022e33ebede94fa9.patch +} build() { cd "${srcdir}/${pkgname}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ananicy-cpp/-/commit/198080679741cd9f870dbabe14c7760b2b75ce09 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ananicy-cpp/-/commit/198080679741cd9f870dbabe14c7760b2b75ce09 You're receiving this email because of your account on gitlab.archlinux.org.
