summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonçalo Camelo Neves Pereira2018-09-26 02:58:52 +0200
committerGonçalo Camelo Neves Pereira2018-09-26 02:58:52 +0200
commit75922e02f025b75ba6e36eace783e7b3876b1d6c (patch)
treee5ed2bae9cd5f86ea45e00a1795ebe77b19f4cfd
parent8657f935c81533e4ac0902768c91075efc3e4c67 (diff)
downloadaur-75922e02f025b75ba6e36eace783e7b3876b1d6c.tar.gz
Update to 1.2.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD19
2 files changed, 9 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 515d2d159334..c3a9494ae835 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = roboware-studio
pkgdesc = IDE for ROS(Robot Operating System) developers based on VSCode
- pkgver = 1.0.2
- pkgrel = 1512004582
+ pkgver = 1.2.0
+ pkgrel = 1524709819
url = http://www.roboware.me
install = roboware-studio.install
- arch = i686
arch = x86_64
license = MIT
depends = libnotify
depends = nss>=3.0.0
provides = roboware-studio
- source = https://github.com/tonyrobotics/RoboWare/raw/master/Studio/roboware-studio_1.0.2-1512004582_amd64.deb
- md5sums = 12d017bf513bc8d483f0b1246d5d904e
+ source = https://github.com/tonyrobotics/RoboWare/raw/master/Studio/roboware-studio_1.2.0-1524709819_amd64.deb
+ sha256sums = 64366ac8f16b1e87040cc20f6f9f2cefe07b2efa864862f9c9c04c7842133d1d
pkgname = roboware-studio
diff --git a/PKGBUILD b/PKGBUILD
index 25586d72ab31..cd3732ec26b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,26 +1,17 @@
-# Maintainer: Felix Igelbrink
pkgname=roboware-studio
-pkgver=1.0.2
-pkgrel=1512004582
+pkgver=1.2.0
+pkgrel=1524709819
pkgdesc="IDE for ROS(Robot Operating System) developers based on VSCode"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="http://www.roboware.me"
license=('MIT')
depends=('libnotify' 'nss>=3.0.0')
provides=('roboware-studio')
-_debver=$pkgver-$pkgrel
-[ "$CARCH" = 'i686' ] && _debarch=i386
-[ "$CARCH" = 'x86_64' ] && _debarch=amd64
-
install=$pkgname.install
-source=(https://github.com/tonyrobotics/RoboWare/raw/master/Studio/${pkgname}_${_debver}_${_debarch}.deb)
+source=(https://github.com/tonyrobotics/RoboWare/raw/master/Studio/${pkgname}_${pkgver}-${pkgrel}_amd64.deb)
-if [ "$_debarch" = 'i386' ]; then
- md5sums=('7d9ae5c3e009a559c9d7085967e68dc8')
-elif [ "$_debarch" = 'amd64' ]; then
- md5sums=('12d017bf513bc8d483f0b1246d5d904e')
-fi
+sha256sums=('64366ac8f16b1e87040cc20f6f9f2cefe07b2efa864862f9c9c04c7842133d1d')
prepare() {
tar -zxf "$srcdir/control.tar.gz"