diff --git a/.SRCINFO b/.SRCINFO deleted file mode 100644 index a2cbd7e..0000000 --- a/.SRCINFO +++ /dev/null @@ -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 diff --git a/.gitignore b/.gitignore index eb708b8..b2dbcb3 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ # But not these files... !.gitignore !PKGBUILD -!.SRCINFO !LICENSE !chroot-build !.nvchecker.toml diff --git a/PKGBUILD b/PKGBUILD index 88e479d..1932456 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Christian Schendel # Author: Patrick Brisbin 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' )