summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Veness2018-01-01 03:59:44 -0800
committerTyler Veness2018-01-01 03:59:44 -0800
commit5aab50f5d4514ac7b1d1e76695001de0e7a8e0db (patch)
treeb3f92874dd2789c63af00f3abb016d9172f87983
parent7101c4539f87e521ebe2f0676e8f6dd198404651 (diff)
downloadaur-5aab50f5d4514ac7b1d1e76695001de0e7a8e0db.tar.gz
Removed doxygen from makedepends and fixed source Git URL
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 062af9642e32..944d48b6381f 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 = 1860.ce4c9edd
+ pkgver = 2010.55b6764d
pkgrel = 1
url = https://github.com/wpilibsuite/allwpilib
arch = i686
@@ -8,7 +8,6 @@ pkgbase = arm-frc-linux-gnueabi-wpilib-git
license = custom=FRC-BSD
makedepends = git
makedepends = java-environment=8
- makedepends = doxygen
makedepends = unzip
depends = arm-frc-linux-gnueabi-gcc
provides = arm-frc-linux-gnueabi-wpilib
@@ -17,7 +16,7 @@ pkgbase = arm-frc-linux-gnueabi-wpilib-git
options = libtool
options = staticlibs
options = !emptydirs
- source = git+git://github.com/calcmogul/allwpilib
+ source = git+git://github.com/wpilibsuite/allwpilib
sha512sums = SKIP
pkgname = arm-frc-linux-gnueabi-wpilib-git
diff --git a/PKGBUILD b/PKGBUILD
index eed014078b9c..5345572d9ce0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_target="arm-frc-linux-gnueabi"
pkgname=${_target}-wpilib-git
-pkgver=1860.ce4c9edd
+pkgver=2010.55b6764d
pkgrel=1
pkgdesc="The WPI FIRST Robotics Competition C/C++ library for the arm-frc-linux-gnueabi toolchain"
arch=(i686 x86_64)
@@ -11,9 +11,9 @@ provides=("${_target}-wpilib")
url="https://github.com/wpilibsuite/allwpilib"
license=('custom=FRC-BSD')
depends=("${_target}-gcc")
-makedepends=('git' 'java-environment=8' 'doxygen' 'unzip')
+makedepends=('git' 'java-environment=8' 'unzip')
options=('!strip' 'libtool' 'staticlibs' '!emptydirs')
-source=("git+git://github.com/calcmogul/allwpilib")
+source=("git+git://github.com/wpilibsuite/allwpilib")
sha512sums=('SKIP')
pkgver() {