summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Hvornum2023-08-01 09:03:04 +0200
committerAnton Hvornum2023-08-01 09:03:04 +0200
commita99547f944d242eb083290a7c05d8d6f0c3a3cd7 (patch)
tree635deef848d3624b1381600d5bc8c38a335b2f0d
parent920623798c9f054fffd2f8f13859459e1ce19c37 (diff)
downloadaur-archinstall-git.tar.gz
Added back git as makedep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50eb213a49b6..ef9cde76ec42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = archinstall-git
url = https://github.com/archlinux/archinstall
arch = any
license = GPL3
+ makedepends = git
makedepends = python-setuptools
makedepends = python-sphinx
makedepends = python-build
diff --git a/PKGBUILD b/PKGBUILD
index 5bb9091c483f..1cf5c741458e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name=archinstall
pkgname=archinstall-git
pkgver=2.6.0.r5.g0852a7c
-pkgrel=2
+pkgrel=3
pkgdesc="Just another guided/automated Arch Linux installer with a twist"
arch=('any')
url="https://github.com/archlinux/$_name"
@@ -25,6 +25,7 @@ depends=(
'util-linux'
)
makedepends=(
+ 'git'
'python-setuptools'
'python-sphinx'
'python-build'