Merge pull request #4254 from lazka/crosstool-ng-rebuild

crosstool-ng: rebuild
This commit is contained in:
Christoph Reiter 2023-12-09 22:09:26 +01:00 committed by GitHub
commit 436e004173
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
pkgname="crosstool-ng"
pkgver=1.24.0
pkgrel=1
pkgrel=2
pkgdesc="A cross-platform open-source toolchain system"
arch=('i686' 'x86_64')
url="http://www.crosstool-ng.org/"
@ -10,7 +10,7 @@ license=("MIT")
makedepends=("autoconf" "automake-wrapper" "binutils" "bison"
"flex" "gettext-devel" "git" "gcc" "gperf"
"patch" "ncurses-devel"
"tar" "texinfo" "wget" "xz" 'autotools')
"tar" "texinfo" "wget" "xz" 'autotools' 'unzip' 'help2man')
depends=("ncurses" "libintl")
options=('staticlibs' 'strip')
source=("http://crosstool-ng.org/download/crosstool-ng/${pkgname}-${pkgver}.tar.xz"