File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44# Contributor: demostanis worlds <demostanis@protonmail.com>
55
66pkgname=archinstall
7- pkgver=3.0.0
7+ pkgver=3.0.1
88pkgrel=1
99pkgdesc=" Just another guided/automated Arch Linux installer with a twist"
1010arch=(any)
@@ -47,13 +47,11 @@ provides=(python-archinstall archinstall)
4747conflicts=(python-archinstall archinstall-git)
4848replaces=(python-archinstall archinstall-git)
4949source=(
50- $pkgname -$pkgver .tar.gz::$url /archive/refs/tags/v $pkgver .tar.gz
51- $pkgname -$pkgver .tar.gz.sig::$url /releases/download/v $pkgver /$pkgname -$pkgver .tar.gz.sig
50+ $pkgname -$pkgver .tar.gz::$url /archive/refs/tags/$pkgver .tar.gz
51+ $pkgname -$pkgver .tar.gz.sig::$url /releases/download/$pkgver /$pkgname -$pkgver .tar.gz.sig
5252)
53- sha512sums=(' 64cb3593c5091b3885ad14ef073cfab31090b4f9bcb4405b18cf9b19adb5ca42255ba8891ec62e21f92d59872541ef6d94f186fb05c625822af63525441e08d9'
54- ' SKIP' )
55- b2sums=(' 9c0ec0871841804377ba8310dc744711adcec4eed7319a8d89d684af8e7b822bb9d47540b00f4d746a9fcd7b9ea1b9e07bac773e6c28fabc760e4df38b16748b'
56- ' SKIP' )
53+ sha512sums=()
54+ b2sums=()
5755validpgpkeys=(' 256F73CEEFC6705C6BBAB20E5FBBB32941E3740A' ) # Anton Hvornum (Torxed) <anton@hvornum.se>
5856
5957pkgver () {
Original file line number Diff line number Diff line change 3939 _ : Any
4040
4141
42- __version__ = "3.0.0 "
42+ __version__ = "3.0.1 "
4343storage ['__version__' ] = __version__
4444
4545# add the custom _ as a builtin, it can now be used anywhere in the
You can’t perform that action at this time.
0 commit comments