summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelix Singer2023-05-16 11:27:41 +0000
committerFelix Singer2023-05-16 11:30:29 +0000
commit04020af3911afd26702ac546bad9143069269d63 (patch)
tree8a60fd98d618b92680f4707c386256b1fc869876 /PKGBUILD
parentc5a0810b2e1e9f08aaff778367a7415a219b64e3 (diff)
downloadaur-04020af3911afd26702ac546bad9143069269d63.tar.gz
PKGBUILD: Use python instead of python3
Use python instead of python3. While on it, order the dependency list alphabetical. Signed-off-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9455ee30fdab..55605552cc1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ url='https://www.coreboot.org'
license=(BSD2 BSD3 GPL2 LGPL2Plus GPL3Plus)
arch=(x86_64 aarch64 riscv)
depends=() # TODO
-makedepends=('python3' 'gcc-ada') # TODO
+makedepends=('gcc-ada' 'python') # TODO
options=('buildflags')
sources_gcc=(
'https://ftpmirror.gnu.org/gmp/gmp-6.2.1.tar.xz'