summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Veness2016-01-05 19:04:43 -0800
committerTyler Veness2016-01-05 19:04:43 -0800
commitbe6534ceba20c1d33cfd495c5fddf2afc115e22d (patch)
treee72f007fbf8467e11a49aaa712b78e427d1d4f3f
parent19e86964e3b7058180524f5041eef80ea28d908b (diff)
downloadaur-be6534ceba20c1d33cfd495c5fddf2afc115e22d.tar.gz
Updated location of WPILib license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae5b2f3754ff..f14b6254ba0c 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 = 1248.8b0f19a
+ pkgver = 1324.3cd1253
pkgrel = 1
url = https://usfirst.collab.net/sf/projects/wpilib/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 85593bb40072..93d48a343117 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=1248.8b0f19a
+pkgver=1324.3cd1253
pkgrel=1
pkgdesc="The WPI FIRST Robotics Competition C/C++ library for the arm-frc-linux-gnueabi toolchain"
arch=(i686 x86_64)
@@ -31,6 +31,6 @@ package() {
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
+ install -Dm644 ../../BSD_License_for_WPILib_code.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
}
# vim:set ts=2 sw=2 et: