diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/riscv32-elf-gcc-initial/PKGBUILD | 4 | ||||
-rw-r--r-- | libre/riscv32-elf-gcc/PKGBUILD | 4 | ||||
-rw-r--r-- | libre/riscv32-elf-newlib/PKGBUILD | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/libre/riscv32-elf-gcc-initial/PKGBUILD b/libre/riscv32-elf-gcc-initial/PKGBUILD index 7a1dd868e..925bcbda1 100644 --- a/libre/riscv32-elf-gcc-initial/PKGBUILD +++ b/libre/riscv32-elf-gcc-initial/PKGBUILD @@ -6,8 +6,8 @@ _pkgver=9.1.0 #_snapshot=8-20180824 pkgver=$_pkgver${_snapshot/*-/+} _islver=0.21 -pkgrel=1 -pkgdesc='The GNU Compiler Collection - cross compiler for SuperH target' +pkgrel=2 +pkgdesc='The GNU Compiler Collection - cross compiler for RISC V 32 target' arch=(x86_64 i686 armv7h) url='http://gcc.gnu.org/' license=(GPL LGPL FDL) diff --git a/libre/riscv32-elf-gcc/PKGBUILD b/libre/riscv32-elf-gcc/PKGBUILD index fbfd07271..8c4c7b62e 100644 --- a/libre/riscv32-elf-gcc/PKGBUILD +++ b/libre/riscv32-elf-gcc/PKGBUILD @@ -6,8 +6,8 @@ _pkgver=9.1.0 #_snapshot=8-20180824 pkgver=$_pkgver${_snapshot/*-/+} _islver=0.21 -pkgrel=1 -pkgdesc='The GNU Compiler Collection - cross compiler for SuperH target' +pkgrel=2 +pkgdesc='The GNU Compiler Collection - cross compiler for RISC V 32 target' arch=(x86_64 i686 armv7h) url='http://gcc.gnu.org/' license=(GPL LGPL FDL) diff --git a/libre/riscv32-elf-newlib/PKGBUILD b/libre/riscv32-elf-newlib/PKGBUILD index 87d91d642..c05277391 100644 --- a/libre/riscv32-elf-newlib/PKGBUILD +++ b/libre/riscv32-elf-newlib/PKGBUILD @@ -3,9 +3,9 @@ _target=riscv32-elf pkgname=$_target-newlib pkgver=3.1.0 -pkgrel=1 +pkgrel=2 _upstream_ver=$pkgver -pkgdesc='A C standard library implementation intended for use on embedded systems (SuperH)' +pkgdesc='A C standard library implementation intended for use on embedded systems (RISC V 32)' arch=(any) url='http://www.sourceware.org/newlib/' license=(BSD) |