summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFehér Roland Ádám2020-12-27 18:27:48 +0100
committerFehér Roland Ádám2020-12-27 18:27:48 +0100
commit1fd9f2b5140308ff933cb2bea7941791823f86cc (patch)
tree2dc79105ff7f28f7a817d85756b545e57ef8b790 /PKGBUILD
parent544fcb61d0b525d176442c2d9c5792cb30b89d35 (diff)
downloadaur-arm-eabi-newlib-linaro-bin.tar.gz
Fix incorrect architecture in pkgdesc
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1779f2c34964..19c0eb9a752d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@ _pkgver=7.5
pkgname=${_target}-newlib-linaro-bin
pkgver=${_pkgdate}
-pkgrel=1
+pkgrel=2
epoch=
-pkgdesc="A C standard library implementation intended for use on embedded systems ARM64 (bare metal)"
+pkgdesc="A C standard library implementation intended for use on embedded systems ARM (bare metal)"
arch=('x86_64')
url="http://www.linaro.org/downloads/"
license=('BSD')