summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2022-01-23 12:36:45 -0500
committergraysky2022-01-23 12:38:19 -0500
commit1c1b4c1e97500ad98135dc6dd3b4d4be221faaa2 (patch)
treebab2714afc741e66887e5ba816cbcf008749521c
parent7fd5ed2164c6e4192b0d8b42c46bba7b18526858 (diff)
downloadaur-1c1b4c1e97500ad98135dc6dd3b4d4be221faaa2.tar.gz
Update to 1.24.0.r504.g6737cfaa-2
Depends: add python if you want to build glibc >2.28
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32c660691d41..d1c53d70d3bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = crosstool-ng-git
pkgdesc = crosstool-NG aims at building toolchains.
pkgver = 1.24.0.r504.g6737cfaa
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = http://crosstool-ng.org/
arch = x86_64
@@ -16,6 +16,7 @@ pkgbase = crosstool-ng-git
makedepends = help2man
makedepends = unzip
makedepends = lzip
+ makedepends = python
depends = ncurses
depends = make
depends = rsync
diff --git a/PKGBUILD b/PKGBUILD
index 5712905a68c4..8d57325f297e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname=crosstool-ng-git
epoch=1
pkgver=1.24.0.r504.g6737cfaa
-pkgrel=1
+pkgrel=2
pkgdesc="crosstool-NG aims at building toolchains."
arch=('x86_64' 'armv6h' 'armv7h' 'aarch64')
url="http://crosstool-ng.org/"
license=('GPL')
depends=('ncurses' 'make' 'rsync')
-makedepends=('git' 'flex' 'bison' 'gperf' 'help2man' 'unzip' 'lzip')
+makedepends=('git' 'flex' 'bison' 'gperf' 'help2man' 'unzip' 'lzip' 'python')
provides=('crosstool-ng')
conflicts=('crosstool-ng')
source=('git://github.com/crosstool-ng/crosstool-ng.git')