Skip to content
Snippets Groups Projects
Verified Commit 2b4b634c authored by Morten Linderud's avatar Morten Linderud :surfer:
Browse files

upgpkg: 29-1

parent e3b4dca9
No related branches found
Tags 0.04.18-1
No related merge requests found
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
......
......@@ -3,18 +3,17 @@
# Contributor: Dave Reisner <dreisner@archlinux.org>
pkgname=arch-install-scripts
pkgver=28
pkgrel=2
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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment