community/arch-install-scripts: upgrade to 21

While at it perform some minor stylistic changes.
This commit is contained in:
Sören Tempel 2019-04-10 17:28:02 +02:00
parent 88047408f3
commit eb10ec2cda

View File

@ -1,15 +1,14 @@
# Contributor: Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org>
# Maintainer: André Klitzing <aklitzing@gmail.com>
pkgname=arch-install-scripts
pkgver=20
pkgrel=1
pkgdesc='Scripts to aid in installing Arch Linux'
pkgver=21
pkgrel=0
pkgdesc="Scripts to aid in installing Arch Linux"
arch=noarch
url='https://projects.archlinux.org/arch-install-scripts.git'
license='GPL-2.0-only'
depends='bash coreutils pacman util-linux'
makedepends='m4'
url="https://projects.archlinux.org/arch-install-scripts.git"
license="GPL-2.0-only"
depends="bash coreutils pacman util-linux"
makedepends="m4"
source="https://git.archlinux.org/arch-install-scripts.git/snapshot/arch-install-scripts-$pkgver.tar.gz"
build() {
@ -24,4 +23,4 @@ package() {
make -C "$srcdir"/$pkgname-$pkgver PREFIX=/usr DESTDIR="$pkgdir" install
}
sha512sums="90637d4b322ad3fe2f18febf08fcb7f816689718f7dfb17dae068ccee7c3434669d71dae2f39a0df25347aabb8e92bbee7658a56ed172c9d6cbcb3883bdc1d1f arch-install-scripts-20.tar.gz"
sha512sums="dfa5edcf52cf862fd145b81680a4de4ec39080b02536f5e0ddd0830138e80a90476180b0404744052681d104d2309f8cdbfe6853d7973fc6a344d23f13736628 arch-install-scripts-21.tar.gz"