Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-10-01 11:31:06 +0200
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-10-01 11:31:06 +0200
commitc6e61df5c4f6071b4a58ccfc567cb703ca15eedd (patch)
tree049c6e293538389db1037eeb813e9b271c203a7b /PKGBUILD
parent2c24903932342a32cdfa8c684547859116fb254e (diff)
Apparently empty source definitions aren't allowed.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD/archinstall/PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD/archinstall/PKGBUILD b/PKGBUILD/archinstall/PKGBUILD
index 51ae83ea..40c80c3b 100644
--- a/PKGBUILD/archinstall/PKGBUILD
+++ b/PKGBUILD/archinstall/PKGBUILD
@@ -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() {