upgpkg: downgrade-11.7.0-1: new upstream release

This commit is contained in:
Christian Schendel 2026-01-08 21:53:13 +01:00
parent b4c046262f
commit 4c32d405c2
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
3 changed files with 2 additions and 19 deletions

View file

@ -1,16 +0,0 @@
pkgbase = downgrade
pkgdesc = Bash script for downgrading one or more packages to a version in your cache or the A.L.A.
pkgver = 11.5.5
pkgrel = 1
url = https://github.com/archlinux-downgrade/downgrade
arch = any
license = GPL-2.0-or-later
optdepends = sudo: for installation via sudo
backup = etc/xdg/downgrade/downgrade.conf
source = https://github.com/archlinux-downgrade/downgrade/releases/download/v11.5.5/downgrade-11.5.5.tar.gz
b2sums = 972244b880c8f5cb30a40727c6f8b6ec11659dcda3ce427aad540e991fd0bf026158242ba352cf040b888b28a2442f961119fcd04e6341f84fedb13fb8f6d6ef
pkgname = downgrade
depends = bash
depends = fzf
depends = pacman-contrib

1
.gitignore vendored
View file

@ -4,7 +4,6 @@
# But not these files...
!.gitignore
!PKGBUILD
!.SRCINFO
!LICENSE
!chroot-build
!.nvchecker.toml

View file

@ -1,7 +1,7 @@
# Maintainer: Christian Schendel <doppelhelix@gmail.com>
# Author: Patrick Brisbin <pbrisbin@gmail.com>
pkgname=downgrade
pkgver=11.5.5
pkgver=11.7.0
pkgrel=1
pkgdesc="Bash script for downgrading one or more packages to a version in your cache or the A.L.A."
arch=('any')
@ -11,7 +11,7 @@ license=(
)
backup=(etc/xdg/downgrade/downgrade.conf)
source=("${url}/releases/download/v${pkgver//_/-}/downgrade-${pkgver//_/-}.tar.gz")
b2sums=('972244b880c8f5cb30a40727c6f8b6ec11659dcda3ce427aad540e991fd0bf026158242ba352cf040b888b28a2442f961119fcd04e6341f84fedb13fb8f6d6ef')
b2sums=('84be9bbd2a58144c8ffeedab4c14abd8bcfe193d78049cb534c4e4791200f407c32ddfb4627781e659726bced9f167cbbdea40c6c14b789b87c32828f24722ef')
optdepends=(
'sudo: for installation via sudo'
)