summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Veness2023-08-01 23:23:49 -0700
committerTyler Veness2023-08-01 23:23:49 -0700
commit49336ca6081b080f857c52ad037c1e04701049e4 (patch)
treeef500a3846bb66dbc2099f44be25e4fc16ef27d5
parent5b1dd5c35079aa247d2339d42919878f207167c2 (diff)
downloadaur-49336ca6081b080f857c52ad037c1e04701049e4.tar.gz
upgpkg: sleipnirgroup-choreo 0.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c970dff69527..fbdc34c8d508 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.1.0
- pkgrel = 2
+ pkgver = 0.2.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.1.0/Choreo-v0.1.0-Linux-x86_64.deb
- md5sums = 77ff9dbd863f6ecad493eeda652aa1d9
+ source = https://github.com/SleipnirGroup/Choreo/releases/download/v0.2.0/Choreo-v0.2.0-Linux-x86_64.deb
+ md5sums = a2ed181bc097b2a3ffaea87fc3bf1f17
pkgname = sleipnirgroup-choreo
diff --git a/PKGBUILD b/PKGBUILD
index a63d6c8636a1..c7ec232f46a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Tyler Veness <calcmogul at gmail dot com>
pkgname=sleipnirgroup-choreo
-pkgver=0.1.0
-pkgrel=2
+pkgver=0.2.0
+pkgrel=1
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')
+source=("https://github.com/SleipnirGroup/Choreo/releases/download/v$pkgver/Choreo-v$pkgver-Linux-x86_64.deb")
+md5sums=('a2ed181bc097b2a3ffaea87fc3bf1f17')
package() {
tar -C "$pkgdir" -xf "$srcdir/data.tar.gz"