Apparently empty source definitions aren't allowed.
This commit is contained in:
parent
2c24903932
commit
c6e61df5c4
|
|
@ -16,3 +16,4 @@ SAFETY_LOCK
|
|||
**/**archinstall-v*/
|
||||
**/**.pkg.*.xz
|
||||
**/**archinstall-*.tar.gz
|
||||
**/**.zst
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ license=('GPLv3')
|
|||
provides=("${pkgname}")
|
||||
md5sums=('SKIP')
|
||||
arch=('x86_64')
|
||||
source=("${pkgname}-v${pkgver}-x86_64.tar.gz::https://github.com/Torxed/archinstall/archive/v$pkgver.tar.gz")
|
||||
depends=('python-archinstall')
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue