summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan Trickey2020-08-08 18:18:12 +0100
committerDan Trickey2020-08-08 18:18:12 +0100
commit80d09364c44e587980ae85eaef8bdac402c44aa8 (patch)
tree728570ff27af5e8ef757e8b884fa78fd82bfffdf /PKGBUILD
parentb1d9a9a7202a9280baa00e58a9613b5b55452780 (diff)
downloadaur-80d09364c44e587980ae85eaef8bdac402c44aa8.tar.gz
Updated to Webots R2020b
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ce541f46d4e..0e3c8fd42146 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# This file is automatically generated by Arch Nemesis
pkgname=webots
pkgver=2020b
-pkgrel=1
+pkgrel=2
pkgdesc="Mobile robot simulation software."
arch=('x86_64')
url="https://cyberbotics.com/"
@@ -29,9 +29,6 @@ package(){
cd "${pkgdir}"
mkdir usr/bin 2> /dev/null; mv usr/local/bin/* usr/bin; rm -rf usr/local/bin
- #ls usr/share/applications/*.desktop | while read line; do
- #sed -i s'^\/Exec=\/usr\/local\/bin/\/Exec=\/usr\/bin//g'
- #done
cd ..