summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Wolsieffer2020-10-07 14:53:04 -0400
committerBen Wolsieffer2020-10-07 14:53:04 -0400
commitf930145c8eea9a34ecd550eff700be63aa99cbe7 (patch)
tree5221efdd82b6cab49c4f50aac9f5028ec249ad51
parent5286024576f321eb362461e47453da04da4d6a5e (diff)
downloadaur-f930145c8eea9a34ecd550eff700be63aa99cbe7.tar.gz
Update dependencies.
This does not actually build because there is no code in the repo anymore!
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94ae83ffdabc..90375de2515b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Jul 12 21:27:12 UTC 2018
+# Wed Oct 7 18:52:57 UTC 2020
pkgbase = qdriverstation-git
pkgdesc = Open source clone of the FRC Driver Station
- pkgver = r1186.9271a70
+ pkgver = r14.a351123
pkgrel = 1
url = https://github.com/FRC-Utilities/qdriverstation
arch = i686
arch = x86_64
license = MIT
makedepends = git
- depends = sdl2
- depends = qt5-multimedia
- depends = qt5-quickcontrols
+ depends = qt5-svg
+ depends = qt5-quickcontrols2
provides = qdriverstation
conflicts = qdriverstation
source = qdriverstation::git+https://github.com/FRC-Utilities/QDriverStation.git
diff --git a/PKGBUILD b/PKGBUILD
index d3e087649b8d..20af8724f6e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Ben Wolsieffer <benwolsieffer@gmail.com>
pkgname=qdriverstation-git
-pkgver=r1186.9271a70
+pkgver=r14.a351123
pkgrel=1
pkgdesc="Open source clone of the FRC Driver Station"
arch=('i686' 'x86_64')
url="https://github.com/FRC-Utilities/qdriverstation"
license=('MIT')
groups=()
-depends=('sdl2' 'qt5-multimedia' 'qt5-quickcontrols')
+depends=('qt5-svg' 'qt5-quickcontrols2')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")