summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKenwoodFox2022-01-29 16:33:23 -0500
committerKenwoodFox2022-01-29 16:33:23 -0500
commit7ca6ec8a26630a1b0fdc77efce4be3a648c37efd (patch)
tree7390c02c7f9867c47f285d947f0e9d7885f6daa1 /PKGBUILD
parent90dea3b1ed8d77e14aaa78c82e0e45ed9672f7b2 (diff)
downloadaur-axon-launcher.tar.gz
remove deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c36bf35e764..f46f8b4e9156 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
# Contributor: FRC1721
pkgname=axon-launcher
pkgver=0.1.0
-pkgrel=1
+pkgrel=3
pkgdesc="Axon, a WPILib tool"
arch=('x86_64')
url="https://docs.wpilib.org/en/stable/docs/software/wpilib-tools/axon/introduction.html"
license=('WPIlib')
-depends=('alsa-lib' 'atk' 'at-spi2-atk' 'at-spi2-core' 'cairo' 'dbus' 'desktop-file-utils' 'expat' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3' 'hicolor-icon-theme' 'libappindicator-gtk3' 'libcups' 'libdrm' 'libnotify' 'libsecret' 'libx11' 'libxcb' 'libxcomposite' 'libxdamage' 'libxext' 'libxfixes' 'libxkbcommon' 'libxrandr' 'libxss' 'libxtst' 'mesa' 'nspr' 'nss' 'pango' 'tuxedo-control-center' 'util-linux-libs' 'xdg-utils' 'docker')
+depends=('alsa-lib' 'atk' 'at-spi2-atk' 'at-spi2-core' 'cairo' 'dbus' 'desktop-file-utils' 'expat' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3' 'hicolor-icon-theme' 'libappindicator-gtk3' 'libcups' 'libdrm' 'libnotify' 'libsecret' 'libx11' 'libxcb' 'libxcomposite' 'libxdamage' 'libxext' 'libxfixes' 'libxkbcommon' 'libxrandr' 'libxss' 'libxtst' 'mesa' 'nspr' 'nss' 'pango' 'util-linux-libs' 'xdg-utils' 'docker')
options=('!strip' '!emptydirs')
install=${pkgname}.install
source_x86_64=("https://github.com/wpilibsuite/Axon/releases/download/v0.1.0/launcher_0.1.0_amd64.deb")