summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Veness2015-12-08 19:54:04 -0800
committerTyler Veness2015-12-08 19:54:23 -0800
commit19e86964e3b7058180524f5041eef80ea28d908b (patch)
tree271b9c6a23e80b2f0be33553a1ee6770faa523fb
parent748c978eaa3ded3564b6abf48d4116e237a2dd70 (diff)
downloadaur-19e86964e3b7058180524f5041eef80ea28d908b.tar.gz
Removed ntcore from sources
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 5 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8247579d0aab..ae5b2f3754ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arm-frc-linux-gnueabi-wpilib-git
pkgdesc = The WPI FIRST Robotics Competition C/C++ library for the arm-frc-linux-gnueabi toolchain
- pkgver = 1246.5c82146
+ pkgver = 1248.8b0f19a
pkgrel = 1
url = https://usfirst.collab.net/sf/projects/wpilib/
arch = i686
@@ -17,8 +17,6 @@ pkgbase = arm-frc-linux-gnueabi-wpilib-git
options = staticlibs
options = !emptydirs
source = git+https://usfirst.collab.net/gerrit/allwpilib
- source = git+git://github.com/PeterJohnson/ntcore
- sha512sums = SKIP
sha512sums = SKIP
pkgname = arm-frc-linux-gnueabi-wpilib-git
diff --git a/PKGBUILD b/PKGBUILD
index 38c3d191a999..85593bb40072 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tyler Veness <calcmogul at gmail dot com>
pkgname=arm-frc-linux-gnueabi-wpilib-git
-pkgver=1246.5c82146
+pkgver=1248.8b0f19a
pkgrel=1
pkgdesc="The WPI FIRST Robotics Competition C/C++ library for the arm-frc-linux-gnueabi toolchain"
arch=(i686 x86_64)
@@ -12,10 +12,8 @@ groups=('frc-2015')
depends=('arm-frc-linux-gnueabi-gcc')
makedepends=('git' 'java-environment=8' 'doxygen')
options=('!strip' 'libtool' 'staticlibs' '!emptydirs')
-source=("git+https://usfirst.collab.net/gerrit/allwpilib"
- "git+git://github.com/PeterJohnson/ntcore")
-sha512sums=('SKIP'
- 'SKIP')
+source=("git+https://usfirst.collab.net/gerrit/allwpilib")
+sha512sums=('SKIP')
pkgver() {
cd allwpilib
@@ -31,7 +29,7 @@ package() {
cd "$srcdir/allwpilib/wpilibc/build"
mkdir -p $pkgdir/usr/arm-frc-linux-gnueabi
- yes A | unzip -d $pkgdir/usr/arm-frc-linux-gnueabi wpilibc-development.zip
+ yes A | unzip -d $pkgdir/usr/arm-frc-linux-gnueabi wpilibc.zip
install -Dm644 ../../wpilibj/BSD_License_for_WPILib_code.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
}