diff options
author | Christer Solskogen | 2023-02-04 16:55:55 +0000 |
---|---|---|
committer | Christer Solskogen | 2023-02-04 16:55:55 +0000 |
commit | 17610a26b0e0f9efcfed32166711e6f7e47e2692 (patch) | |
tree | 46726d604219595427cc0b5eb8f617ddae9db2aa /.SRCINFO | |
parent | 1ef49b0dde8a9461ac8d4cf18f49e977395ceda2 (diff) | |
download | aur-17610a26b0e0f9efcfed32166711e6f7e47e2692.tar.gz |
disable source-highlight. It won't build if source-highlight is installed.
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 20 |
1 files changed, 9 insertions, 11 deletions
@@ -1,21 +1,19 @@ pkgbase = powerpc-none-eabi-toolchain pkgdesc = A complete gcc/binutils/newlib toolchain for powerpc-none-eabi - pkgver = 20221227 - pkgrel = 1 + pkgver = 20230203 + pkgrel = 2 url = http://www.gnu.org arch = x86_64 license = GPL license = BSD + makedepends = git depends = libelf - conflicts = powerpc-none-eabi-elf-gcc - conflicts = powerpc-elf-binutils - conflicts = powerpc-elf-newlib options = !strip - source = http://gnuftp.uib.no/gcc/gcc-12.2.0/gcc-12.2.0.tar.xz - source = http://gnuftp.uib.no/binutils/binutils-2.39.tar.xz - source = ftp://sourceware.org/pub/newlib/newlib-4.2.0.20211231.tar.gz - sha512sums = e9e857bd81bf7a370307d6848c81b2f5403db8c7b5207f54bce3f3faac3bde63445684092c2bc1a2427cddb6f7746496d9fbbef05fbbd77f2810b2998f1f9173 - sha512sums = 68e038f339a8c21faa19a57bbc447a51c817f47c2e06d740847c6e9cc3396c025d35d5369fa8c3f8b70414757c89f0e577939ddc0d70f283182504920f53b0a3 - sha512sums = 0c3efd7b74a6b8457a717cbb6aa6c5ff268eeaba375535465c6bd6502c3d32b54a9bc3ba7f2c6990f78e29152eee2f62acb39b674d24f9ddf440374a1ec9d2e8 + source = git+https://sourceware.org/git/binutils-gdb.git#commit=ab87a96bab7b216ef1079461ab333e75768525b9 + source = git+https://sourceware.org/git/gcc.git#commit=d31bd7138610a883310dce212bb0bdaaa8da7304 + source = git+https://sourceware.org/git/newlib-cygwin.git#commit=ab49db3a8c08e2240e53d8f12d6a14fd285def4e + sha256sums = SKIP + sha256sums = SKIP + sha256sums = SKIP pkgname = powerpc-none-eabi-toolchain |