upgpkg: downgrade-11.5.4: new upstream release
This commit is contained in:
parent
17c3896ee3
commit
cbef1a1616
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,14 +1,14 @@
|
||||||
pkgbase = downgrade
|
pkgbase = downgrade
|
||||||
pkgdesc = Bash script for downgrading one or more packages to a version in your cache or the A.L.A.
|
pkgdesc = Bash script for downgrading one or more packages to a version in your cache or the A.L.A.
|
||||||
pkgver = 11.5.1
|
pkgver = 11.5.4
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://github.com/archlinux-downgrade/downgrade
|
url = https://github.com/archlinux-downgrade/downgrade
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL-2.0-or-later
|
license = GPL-2.0-or-later
|
||||||
optdepends = sudo: for installation via sudo
|
optdepends = sudo: for installation via sudo
|
||||||
backup = etc/xdg/downgrade/downgrade.conf
|
backup = etc/xdg/downgrade/downgrade.conf
|
||||||
source = https://github.com/archlinux-downgrade/downgrade/releases/download/v11.5.1/downgrade-11.5.1.tar.gz
|
source = https://github.com/archlinux-downgrade/downgrade/releases/download/v11.5.4/downgrade-11.5.4.tar.gz
|
||||||
b2sums = f67d61e37ef0543a9abe00062f12ef38a17fc20e199a10b91dd0e8ba604b16c63a0637fb020c513e654f39ff62756a170d45178f9d53074cd69d8b79403bc5ab
|
b2sums = cdf2dabaf3fa035830fc9815e1d6ff837a44af0dfecb0557c679f5b52fa354c1ae2c0c7d77e505591d98886c3c3d6bdd845d39ef5baada33e97e6fa1822d5b81
|
||||||
|
|
||||||
pkgname = downgrade
|
pkgname = downgrade
|
||||||
depends = bash
|
depends = bash
|
||||||
|
|
|
||||||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,8 +1,8 @@
|
||||||
# Maintainer: Christian Schendel <doppelhelix@gmail.com>
|
# Maintainer: Christian Schendel <doppelhelix@gmail.com>
|
||||||
# Author: Patrick Brisbin <pbrisbin@gmail.com>
|
# Author: Patrick Brisbin <pbrisbin@gmail.com>
|
||||||
pkgname=downgrade
|
pkgname=downgrade
|
||||||
pkgver=11.5.1
|
pkgver=11.5.4
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Bash script for downgrading one or more packages to a version in your cache or the A.L.A."
|
pkgdesc="Bash script for downgrading one or more packages to a version in your cache or the A.L.A."
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://github.com/archlinux-downgrade/$pkgname"
|
url="https://github.com/archlinux-downgrade/$pkgname"
|
||||||
|
|
@ -11,7 +11,7 @@ license=(
|
||||||
)
|
)
|
||||||
backup=(etc/xdg/downgrade/downgrade.conf)
|
backup=(etc/xdg/downgrade/downgrade.conf)
|
||||||
source=("https://github.com/archlinux-downgrade/$pkgname/releases/download/v${pkgver//_/-}/downgrade-${pkgver//_/-}.tar.gz")
|
source=("https://github.com/archlinux-downgrade/$pkgname/releases/download/v${pkgver//_/-}/downgrade-${pkgver//_/-}.tar.gz")
|
||||||
b2sums=('f67d61e37ef0543a9abe00062f12ef38a17fc20e199a10b91dd0e8ba604b16c63a0637fb020c513e654f39ff62756a170d45178f9d53074cd69d8b79403bc5ab')
|
b2sums=('cdf2dabaf3fa035830fc9815e1d6ff837a44af0dfecb0557c679f5b52fa354c1ae2c0c7d77e505591d98886c3c3d6bdd845d39ef5baada33e97e6fa1822d5b81')
|
||||||
optdepends=(
|
optdepends=(
|
||||||
'sudo: for installation via sudo'
|
'sudo: for installation via sudo'
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue