summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Trioux2021-12-29 18:59:51 +0100
committerRobin Trioux2021-12-29 19:11:22 +0100
commit3f6b3acc10905c9da4c5b0c8984c8b7ebc2e5df5 (patch)
treee443e9b9cb4d41320509f8235ebf2a19f7ff495e
parent45841799876c1b6f3146680ca0af42a090a336f6 (diff)
downloadaur-3f6b3acc10905c9da4c5b0c8984c8b7ebc2e5df5.tar.gz
Updated to webots-2022a and added gitignore
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD6
3 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b518bb02d248..fb0104e27b0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = webots-bin
pkgdesc = Mobile robot simulation software.
- pkgver = 2021b
+ pkgver = 2022a
pkgrel = 1
url = https://cyberbotics.com/
install = webots.install
@@ -72,7 +72,7 @@ pkgbase = webots-bin
conflicts = webots
options = !strip
options = !emptydirs
- source_x86_64 = https://github.com/cyberbotics/webots/releases/download/R2021b/webots_2021b_amd64.deb
- sha512sums_x86_64 = e7e04c872a171f542f960a77a53dd35ebe87a3b1bb5bfe1fc2e3f9b8dcb6c870161d2925c0bee9ca3e2cb38eafb9fd8107380fd23c7321ce63162515592d04a9
+ source_x86_64 = https://github.com/cyberbotics/webots/releases/download/R2022a/webots_2022a_amd64.deb
+ sha512sums_x86_64 = be798345ff80a6d329d1c7505d03dc60dc9997216fa26f73bc3fc8ba2befce3f410785041a3b096112ae86d69836bc03958659aa052d379946a4f18d983946d5
pkgname = webots-bin
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..b2d964371a3e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+pkg/
+src/
+webots*
diff --git a/PKGBUILD b/PKGBUILD
index 5d6f0af57ee2..a5164ae5aafa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# This file is inspired by Dan Trickey PKGBUILD's
pkgname=webots-bin
-pkgver=2021b
+pkgver=2022a
pkgrel=1
pkgdesc="Mobile robot simulation software."
arch=('x86_64')
@@ -20,8 +20,8 @@ optdepends=('alsa-lib' 'cairo' 'dbus' 'desktop-file-utils' 'expat' 'fontconfig'
conflicts=('webots')
options=('!strip' '!emptydirs')
install=webots.install
-source_x86_64=('https://github.com/cyberbotics/webots/releases/download/R2021b/webots_2021b_amd64.deb')
-sha512sums_x86_64=('e7e04c872a171f542f960a77a53dd35ebe87a3b1bb5bfe1fc2e3f9b8dcb6c870161d2925c0bee9ca3e2cb38eafb9fd8107380fd23c7321ce63162515592d04a9')
+source_x86_64=('https://github.com/cyberbotics/webots/releases/download/R2022a/webots_2022a_amd64.deb')
+sha512sums_x86_64=('be798345ff80a6d329d1c7505d03dc60dc9997216fa26f73bc3fc8ba2befce3f410785041a3b096112ae86d69836bc03958659aa052d379946a4f18d983946d5')
package(){