summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Veness2023-07-28 12:10:28 -0700
committerTyler Veness2023-07-28 12:10:28 -0700
commit5b1dd5c35079aa247d2339d42919878f207167c2 (patch)
tree89242d33be4cd94f2e33ef16c5efa09b363589df
parente0fee12ee6da216aea879e26873ddb0aebd93e50 (diff)
downloadaur-5b1dd5c35079aa247d2339d42919878f207167c2.tar.gz
Add missing dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2ea43e35be8..c970dff69527 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = sleipnirgroup-choreo
pkgdesc = A graphical tool for planning time-optimized trajectories for autonomous mobile robots in the FIRST Robotics Competition
pkgver = 0.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/SleipnirGroup/Choreo
arch = x86_64
license = BSD
+ depends = webkit2gtk
source = https://github.com/SleipnirGroup/Choreo/releases/download/v0.1.0/Choreo-v0.1.0-Linux-x86_64.deb
md5sums = 77ff9dbd863f6ecad493eeda652aa1d9
diff --git a/PKGBUILD b/PKGBUILD
index d39aab7528bb..a63d6c8636a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,11 @@
pkgname=sleipnirgroup-choreo
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="A graphical tool for planning time-optimized trajectories for autonomous mobile robots in the FIRST Robotics Competition"
arch=('x86_64')
url='https://github.com/SleipnirGroup/Choreo'
+depends=('webkit2gtk')
license=('BSD')
source=('https://github.com/SleipnirGroup/Choreo/releases/download/v0.1.0/Choreo-v0.1.0-Linux-x86_64.deb')
md5sums=('77ff9dbd863f6ecad493eeda652aa1d9')