* update arch-install-scripts to 29-1

This commit is contained in:
Alexander Baldeck 2024-10-29 21:01:39 +01:00
parent 79b798d195
commit b75b1bb4be
2 changed files with 9 additions and 11 deletions

View File

@ -1,10 +1,10 @@
pkgbase = arch-install-scripts
pkgdesc = Scripts to aid in installing Arch Linux
pkgver = 28
pkgrel = 2
url = https://github.com/archlinux/arch-install-scripts
pkgver = 29
pkgrel = 1
url = https://gitlab.archlinux.org/archlinux/arch-install-scripts
arch = any
license = GPL2
license = GPL-2.0-only
makedepends = asciidoc
makedepends = git
depends = awk
@ -13,8 +13,7 @@ pkgbase = arch-install-scripts
depends = grep
depends = pacman
depends = util-linux
source = git+https://github.com/archlinux/arch-install-scripts#tag=v28?signed
validpgpkeys = BD27B07A5EF45C2ADAF70E0484818A6819AF4A9B
source = git+https://gitlab.archlinux.org/archlinux/arch-install-scripts.git#tag=v29?signed
validpgpkeys = C100346676634E80C940FB9E9C02FF419FECBE16
sha256sums = SKIP

View File

@ -4,18 +4,17 @@
# Contributor: Dave Reisner <dreisner@archlinux.org>
pkgname=arch-install-scripts
pkgver=28
pkgrel=2.1
pkgver=29
pkgrel=1
pkgdesc="Scripts to aid in installing Arch Linux"
arch=(any)
url="https://gitlab.archlinux.org/archlinux/arch-install-scripts"
license=('GPL2')
license=('GPL-2.0-only')
depends=('awk' 'bash' 'coreutils' 'grep' 'pacman' 'util-linux')
makedepends=('asciidoc' 'git')
source=("git+$url.git#tag=v${pkgver}?signed")
validpgpkeys=(
'BD27B07A5EF45C2ADAF70E0484818A6819AF4A9B' # Eli Schwartz
'C100346676634E80C940FB9E9C02FF419FECBE16' # MortenLinderud
'C100346676634E80C940FB9E9C02FF419FECBE16' # Morten Linderud
)
sha256sums=('SKIP')