[arch-commits] Commit in sweethome3d/trunk (PKGBUILD sweethome3d.sh)
Fabio Castelli
muflone at archlinux.org
Sun Mar 20 17:24:02 UTC 2016
Date: Sunday, March 20, 2016 @ 18:24:02
Author: muflone
Revision: 167738
upgpkg: sweethome3d 5.2-2
Modified:
sweethome3d/trunk/PKGBUILD
sweethome3d/trunk/sweethome3d.sh
----------------+
PKGBUILD | 4 ++--
sweethome3d.sh | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-03-20 17:20:45 UTC (rev 167737)
+++ PKGBUILD 2016-03-20 17:24:02 UTC (rev 167738)
@@ -8,7 +8,7 @@
pkgname=sweethome3d
pkgver=5.2
-pkgrel=1
+pkgrel=2
pkgdesc="An interior design application to draw the plan of your house in a 3D environment"
arch=('any')
url="http://www.sweethome3d.com/"
@@ -19,7 +19,7 @@
"${pkgname}.desktop"
"${pkgname}.xml")
sha256sums=('60797bd06d19e2d5e7f577830a3135e5910929837b27cb54b5fb97234a41c82d'
- '0cbe84d4db89efd31254a034729f58cf2dd6d415210083584748049ccba0893a'
+ 'c2e8fc8fb29761a1b273edba2a55bd57b48fa936815fcb2988a3f2a92bf30231'
'05e7f1a60753a7236faeb115ee42764f01a353107b9f3dc200b18b0856d4b7bd'
'ec0ad1a0671f708af68ced46bec1f4ab377e24ca1a0a9984867ee5fe484f57c5')
install="${pkgname}.install"
Modified: sweethome3d.sh
===================================================================
--- sweethome3d.sh 2016-03-20 17:20:45 UTC (rev 167737)
+++ sweethome3d.sh 2016-03-20 17:24:02 UTC (rev 167738)
@@ -19,7 +19,7 @@
if [ $# -gt 0 ]
then
- APP_ARGS="-open $@"
+ APP_ARGS="-open"
fi
-"$JAVA_EXEC" -jar /usr/share/java/sweethome3d.jar $APP_ARGS
+"$JAVA_EXEC" -jar /usr/share/java/sweethome3d.jar "$APP_ARGS" "$@"
More information about the arch-commits
mailing list