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