summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0984e6edb109..3b46756d918a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = arm-frc-linux-gnueabi-eglibc
pkgdesc = Embedded GNU C Library (arm-frc-linux-gnueabi)
pkgver = 2.21
- pkgrel = 1
+ pkgrel = 2
url = http://www.eglibc.org
arch = any
- groups = frc-2017
+ groups = frc-toolchain
license = GPL
depends = arm-frc-linux-gnueabi-linux-api-headers
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 8a7a58c13e5d..a68160a1a145 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@ _target="arm-frc-linux-gnueabi"
pkgname=${_target}-eglibc
pkgver=2.21
_basever=2.21-r0.83
-pkgrel=1
+pkgrel=2
pkgdesc="Embedded GNU C Library (${_target})"
arch=(any)
url="http://www.eglibc.org"
curl="http://www.eglibc.org"
license=('GPL')
-groups=('frc-2017')
+groups=('frc-toolchain')
depends=("${_target}-linux-api-headers")
options=('!strip' 'staticlibs' '!emptydirs')
source=("http://download.ni.com/ni-linux-rt/feeds/2016/arm/ipk/cortexa9-vfpv3/libc6_${_basever}_cortexa9-vfpv3.ipk"