Autogenerated commit at 2024-01-25 11:11:26.921068
This commit is contained in:
21
downgrade/PKGBUILD
Normal file
21
downgrade/PKGBUILD
Normal file
@ -0,0 +1,21 @@
|
||||
# shellcheck disable=SC2034
|
||||
# shellcheck disable=SC2154
|
||||
# Author: Patrick Brisbin <pbrisbin@gmail.com>
|
||||
pkgname=downgrade
|
||||
pkgver=11.3.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')
|
||||
url="https://github.com/archlinux-downgrade/$pkgname"
|
||||
license=('GPL')
|
||||
backup=(etc/xdg/downgrade/downgrade.conf)
|
||||
source=("downgrade-v$pkgver.tar.gz::https://github.com/archlinux-downgrade/$pkgname/archive/v$pkgver.tar.gz")
|
||||
depends=('pacman-contrib' 'fzf') # pacsort
|
||||
optdepends=('sudo: for installation via sudo')
|
||||
|
||||
package() {
|
||||
cd "$pkgname-$pkgver" || exit 1
|
||||
|
||||
make DESTDIR="$pkgdir" PREFIX=/usr install
|
||||
}
|
||||
md5sums=('ca0c6958ef85116f96bb65e07cb26aff')
|
Reference in New Issue
Block a user