summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsickcodes2022-01-12 04:01:17 +0000
committersickcodes2022-01-12 04:01:17 +0000
commit21c6eef9301cd158ba7970353ed6daba796b2e44 (patch)
tree621422d269aaaa03695a85132f00a3d3626381ef /PKGBUILD
parentc1b1ccb548dec97e13802ae1a7640bf660c80080 (diff)
downloadaur-21c6eef9301cd158ba7970353ed6daba796b2e44.tar.gz
Update to https://github.com/sickcodes/aur/commit/60c48046c0339a5ce01dc33160f0985a8b469e05
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6b09e8f6c8b..455f6ba62f5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=riscv-gnu-toolchain
pkgver=2021.09.16
_target=11.1.0
_pkg_prefix=ubuntu-20.04-nightly
-pkgrel=1
+pkgrel=2
pkgdesc="GNU toolchain for RISC-V, including GCC. Includes: riscv64-unknown-elf-gcc, riscv32-unknown-elf-gcc, riscv64-unknown-linux-gnu-gcc, and riscv32-unknown-linux-gnu-gcc."
arch=('x86_64' 'aarch64' 'i386')
url="https://github.com/riscv-collab/riscv-gnu-toolchain"
@@ -18,7 +18,7 @@ provides=(${pkgname}
)
depends=()
optdepends=()
-makedepends=(curl python3 mpc mpfr gmp texinfo gperf libtool patchutils bc zlib expat)
+makedepends=(curl python3 libmpc mpfr gmp texinfo gperf libtool patchutils bc zlib expat)
source=(
"https://github.com/riscv-collab/riscv-gnu-toolchain/releases/download/${pkgver}/riscv32-elf-${_pkg_prefix}-${pkgver}-nightly.tar.gz"
"https://github.com/riscv-collab/riscv-gnu-toolchain/releases/download/${pkgver}/riscv32-glibc-${_pkg_prefix}-${pkgver}-nightly.tar.gz"