Peter Jung pushed to branch main at Arch Linux / Packaging / Packages / ananicy-cpp
Commits: 664fd5e2 by Peter Jung at 2024-10-19T00:35:26+02:00 upgpkg: 1.1.1-5, update maintainers, remove makedepends - - - - - 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 = 4 + pkgrel = 5 url = https://gitlab.com/ananicy-cpp/ananicy-cpp arch = x86_64 license = GPL-3.0-or-later @@ -20,8 +20,6 @@ pkgbase = ananicy-cpp depends = systemd depends = systemd-libs depends = zlib - optdepends = ananicy-rules-git: community rules - optdepends = ananicy-rules: Rules based for ananicy-cpp source = git+https://gitlab.com/ananicy-cpp/ananicy-cpp.git#tag=v1.1.1 sha512sums = e7aed4f39d50ac2ea300b08192d1f0000e91c6985111418c24551252243ca883551afe290c8cb9fc4fce213d1ed6b1e919f93600abeaa8176b448b4f28bf3c3d ===================================== PKGBUILD ===================================== @@ -1,9 +1,10 @@ -# Maintainer: Antoine Viallon <anto...@lesviallon.fr> +# Maintainer: Peter Jung <ptr1...@archlinux.org> +# Contributor: Vladislav Nepogodin (vnepogodin) <vnepogo...@cachyos.org> +# Contributor: Antoine Viallon <anto...@lesviallon.fr> pkgname=ananicy-cpp pkgver=1.1.1 -#pkgver=${_pkgver//-/.} -pkgrel=4 +pkgrel=5 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" @@ -27,8 +28,6 @@ makedepends=( ninja nlohmann-json ) -optdepends=("ananicy-rules-git: community rules" - "ananicy-rules: Rules based for ananicy-cpp") source=("git+https://gitlab.com/ananicy-cpp/ananicy-cpp.git#tag=v${pkgver}") sha512sums=('e7aed4f39d50ac2ea300b08192d1f0000e91c6985111418c24551252243ca883551afe290c8cb9fc4fce213d1ed6b1e919f93600abeaa8176b448b4f28bf3c3d') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ananicy-cpp/-/commit/664fd5e20af6ffe4ccfdf6c23e0744bb527ae393 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ananicy-cpp/-/commit/664fd5e20af6ffe4ccfdf6c23e0744bb527ae393 You're receiving this email because of your account on gitlab.archlinux.org.