summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Veness2017-08-17 22:11:28 -0700
committerTyler Veness2017-08-17 22:11:28 -0700
commit8b1f0cd4486640ec28820ec1c08e3bb6daf39df6 (patch)
tree52dea1eea8ab01709367168b4552f2872ff49a90
parentaa7f992727a5f5b5bd0c2eecb973b76bc09802b7 (diff)
downloadaur-8b1f0cd4486640ec28820ec1c08e3bb6daf39df6.tar.gz
Changed group to frc-toolchain
-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"