summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Veness2017-01-06 14:34:36 -0800
committerTyler Veness2017-01-06 14:34:36 -0800
commit8d3efeffea459ea5bea2d1b3cedafec406fad5b6 (patch)
tree0ba77d5d09c3275d845a806ef7f6ca873bd71d1a
parente12e07107ec119145f26c619ac9f14e0f1de6df2 (diff)
downloadaur-8d3efeffea459ea5bea2d1b3cedafec406fad5b6.tar.gz
Changed group to frc-2017
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f48f14c72f8f..31b17d50d821 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = arm-frc-linux-gnueabi-frcmake-hg
pkgdesc = Wrapper scripts for using CMake with the FRC toolchain
pkgver = r97.5de14e5bbf2c
- pkgrel = 1
+ pkgrel = 2
url = https://bitbucket.org/byteit101/toolchain-builder/
arch = any
- groups = frc-2016
+ groups = frc-2017
license = GPL
makedepends = mercurial
depends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 902315521c8d..02eb45907b2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=arm-frc-linux-gnueabi-frcmake-hg
pkgver=r97.5de14e5bbf2c
-pkgrel=1
+pkgrel=2
pkgdesc="Wrapper scripts for using CMake with the FRC toolchain"
arch=('any')
url="https://bitbucket.org/byteit101/toolchain-builder/"
license=('GPL')
makedepends=('mercurial')
provides=('arm-frc-linux-gnueabi-frcmake')
-groups=('frc-2016')
+groups=('frc-2017')
depends=('cmake')
_hgrepo='toolchain-builder'
source=(hg+https://bitbucket.org/byteit101/"$_hgrepo")