diff options
author | David P <megver83@parabola.nu> | 2018-08-29 14:05:51 -0300 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2018-08-29 14:05:51 -0300 |
commit | 2f0e3269f6fa13bf2de1c061439d3a07245f93e6 (patch) | |
tree | ece8dd93fb3969b8a635f8f983e58b7b41f10527 /libre/arm-linux-gnueabi-gcc | |
parent | b0ae68c808a07a51cd6031612c1cdd56f40ccdca (diff) | |
download | abslibre-2f0e3269f6fa13bf2de1c061439d3a07245f93e6.tar.gz abslibre-2f0e3269f6fa13bf2de1c061439d3a07245f93e6.tar.bz2 abslibre-2f0e3269f6fa13bf2de1c061439d3a07245f93e6.zip |
arm-linux-gnueabi-gcc: move _snapshot var above pkgver
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'libre/arm-linux-gnueabi-gcc')
-rw-r--r-- | libre/arm-linux-gnueabi-gcc/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/arm-linux-gnueabi-gcc/PKGBUILD b/libre/arm-linux-gnueabi-gcc/PKGBUILD index f0c1dfc5d..cf3d744ab 100644 --- a/libre/arm-linux-gnueabi-gcc/PKGBUILD +++ b/libre/arm-linux-gnueabi-gcc/PKGBUILD @@ -3,10 +3,10 @@ _target=arm-linux-gnueabi pkgname=$_target-gcc _pkgver=8.2.0 +#_snapshot=8-20180824 pkgver=$_pkgver${_snapshot/*-/+} _islver=0.19 pkgrel=1 -#_snapshot=8-20180824 pkgdesc="The GNU Compiler Collection - cross compiler for ARM target" arch=('x86_64' 'i686' 'armv7h') url='http://gcc.gnu.org/' |