summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Veness2023-11-15 21:22:03 -0800
committerTyler Veness2023-11-15 21:22:03 -0800
commit4c666b47148ee6f550f601273f7bac645b2ddddc (patch)
treec1359f8de8b7bedc63c4bab54325c6c2bdac5375
parent49336ca6081b080f857c52ad037c1e04701049e4 (diff)
downloadaur-4c666b47148ee6f550f601273f7bac645b2ddddc.tar.gz
upgpkg: sleipnirgroup-choreo 0.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbdc34c8d508..3bbaa151e127 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = sleipnirgroup-choreo
pkgdesc = A graphical tool for planning time-optimized trajectories for autonomous mobile robots in the FIRST Robotics Competition
- pkgver = 0.2.0
+ pkgver = 0.3.0
pkgrel = 1
url = https://github.com/SleipnirGroup/Choreo
arch = x86_64
license = BSD
depends = webkit2gtk
- source = https://github.com/SleipnirGroup/Choreo/releases/download/v0.2.0/Choreo-v0.2.0-Linux-x86_64.deb
- md5sums = a2ed181bc097b2a3ffaea87fc3bf1f17
+ source = https://github.com/SleipnirGroup/Choreo/releases/download/v0.3.0/Choreo-v0.3.0-Linux-x86_64.deb
+ md5sums = 98a7aa0fbd09dc89b51a966204bb75f2
pkgname = sleipnirgroup-choreo
diff --git a/PKGBUILD b/PKGBUILD
index c7ec232f46a0..e6483251c3e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tyler Veness <calcmogul at gmail dot com>
pkgname=sleipnirgroup-choreo
-pkgver=0.2.0
+pkgver=0.3.0
pkgrel=1
pkgdesc="A graphical tool for planning time-optimized trajectories for autonomous mobile robots in the FIRST Robotics Competition"
arch=('x86_64')
@@ -9,7 +9,7 @@ url='https://github.com/SleipnirGroup/Choreo'
depends=('webkit2gtk')
license=('BSD')
source=("https://github.com/SleipnirGroup/Choreo/releases/download/v$pkgver/Choreo-v$pkgver-Linux-x86_64.deb")
-md5sums=('a2ed181bc097b2a3ffaea87fc3bf1f17')
+md5sums=('98a7aa0fbd09dc89b51a966204bb75f2')
package() {
tar -C "$pkgdir" -xf "$srcdir/data.tar.gz"