diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-04-04 11:13:26 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-04-04 11:13:26 -0300 |
commit | b3d2f2a260ef2388c96371c3e0df5b45f4914997 (patch) | |
tree | c3b7b4f0c24e432d8437013aef44a457ccc6cb40 /pcr/crosstool-ng-git/PKGBUILD | |
parent | 3be0c9fb1845c3a3987d26a8ff6587efef3f1095 (diff) |
crosstool-ng-git-1.22.0.r21.g2d3c70d-1.parabola2: fix compiling process for the toolchain when attempting to patch the kernel -> https://lists.parabola.nu/pipermail/dev/2016-March/003869.html
Diffstat (limited to 'pcr/crosstool-ng-git/PKGBUILD')
-rw-r--r-- | pcr/crosstool-ng-git/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pcr/crosstool-ng-git/PKGBUILD b/pcr/crosstool-ng-git/PKGBUILD index 0bea2cd0b..72c48cf17 100644 --- a/pcr/crosstool-ng-git/PKGBUILD +++ b/pcr/crosstool-ng-git/PKGBUILD @@ -3,12 +3,13 @@ # Maintainer: André Silva <emulatorman@parabola.nu> # Maintainer: fauno <fauno@kiwwwi.com.ar> # Contributor: Márcio Silva <coadde@parabola.nu> +# Contributor: Josh Branning <lovell.joshyyy@gmail.com> _pkgname=crosstool-ng pkgname=crosstool-ng-git pkgver=1.22.0.r21.g2d3c70d _gitver=2d3c70dd3ddc5a569c0fa1a833fd5920029b5794 -pkgrel=1.parabola1 +pkgrel=1.parabola2 pkgdesc='Versatile cross-toolchain generator, with Linux-libre kernel support' arch=('i686' 'x86_64') url='http://crosstool-ng.org/' @@ -44,4 +45,4 @@ package() { install -Dm644 ct-ng.comp "$pkgdir"/usr/share/bash-completion/completions/ct-ng } sha256sums=('SKIP' - '75e06ee8e4cb2629564604498796240cbe57219bd235cade6b6982b7b0836136') + '36070c7691a150068ab47f01ba59716a1ffc69a08d88347f30c5d60c416adcfc') |