Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / crosstool-ng
Commits: 58612543 by Maxime Gauduin at 2023-10-09T14:41:41+02:00 upgpkg: 1.26.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,20 @@ +pkgbase = crosstool-ng + pkgdesc = A versatile (cross-)toolchain generator + pkgver = 1.26.0 + pkgrel = 1 + url = https://crosstool-ng.github.io/ + arch = x86_64 + license = GPL2 + depends = git + depends = gperf + depends = help2man + depends = lzip + depends = meson + depends = ncurses + depends = python + depends = rsync + depends = unzip + source = git+https://github.com/crosstool-ng/crosstool-ng.git#tag=334f6d6479096b20e80fd39e35f404319bc251b5 + b2sums = SKIP + +pkgname = crosstool-ng ===================================== PKGBUILD ===================================== @@ -5,8 +5,8 @@ # Contributor: Bernhard Walle <[email protected]> pkgname=crosstool-ng -pkgver=1.25.0 -pkgrel=2 +pkgver=1.26.0 +pkgrel=1 pkgdesc='A versatile (cross-)toolchain generator' arch=(x86_64) url=https://crosstool-ng.github.io/ @@ -22,7 +22,7 @@ depends=( rsync unzip ) -_tag=8fa98eeeff9bc53478d97ef722f366fea151ae64 +_tag=334f6d6479096b20e80fd39e35f404319bc251b5 source=(git+https://github.com/crosstool-ng/crosstool-ng.git#tag=${_tag}) b2sums=(SKIP) @@ -31,6 +31,11 @@ prepare() { ./bootstrap } +pkgver() { + cd crosstool-ng + git describe --tags | sed 's/^crosstool-ng-//' +} + build() { cd crosstool-ng ./configure \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/crosstool-ng/-/commit/58612543d4149a1c36318c6a972a870518b421b1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/crosstool-ng/-/commit/58612543d4149a1c36318c6a972a870518b421b1 You're receiving this email because of your account on gitlab.archlinux.org.
