[arch-commits] Commit in wings3d/trunk (PKGBUILD wings.sh)

Alexander Rødseth arodseth at archlinux.org
Tue Dec 22 18:06:38 UTC 2020


    Date: Tuesday, December 22, 2020 @ 18:06:38
  Author: arodseth
Revision: 782705

upgpkg: wings3d 2.2.5-3

Modified:
  wings3d/trunk/PKGBUILD
  wings3d/trunk/wings.sh

----------+
 PKGBUILD |    4 ++--
 wings.sh |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-22 18:06:31 UTC (rev 782704)
+++ PKGBUILD	2020-12-22 18:06:38 UTC (rev 782705)
@@ -3,7 +3,7 @@
 
 pkgname=wings3d
 pkgver=2.2.5
-pkgrel=2
+pkgrel=3
 pkgdesc='3D modeler using the winged edge data structure'
 arch=(x86_64)
 url='http://www.wings3d.com/' # https is not available
@@ -14,7 +14,7 @@
 source=("https://downloads.sourceforge.net/project/wings/wings/$pkgver/wings-$pkgver.tar.bz2"
         wings.sh)
 sha256sums=('95ecf84a8f49bc00b983643e7ccd807f64a3b8b88253037a8ccefbe7a3bedff8'
-            '21a82e62c1bd5c5eb5ebdee71fccc8fdaabd204e8d8ca440bd6cef3c58e3a7b4')
+            '0b1c4a8d89196cd31411e9b388c28f241ed8e5c978732ca006d70dabf4c165d5')
 
 prepare() {
   gendesk -f -n \

Modified: wings.sh
===================================================================
--- wings.sh	2020-12-22 18:06:31 UTC (rev 782704)
+++ wings.sh	2020-12-22 18:06:38 UTC (rev 782705)
@@ -1,4 +1,4 @@
 #!/bin/sh
-exec GDK_BACKEND=x11 /usr/bin/erl -noinput -smp \
+GDK_BACKEND=x11 exec /usr/bin/erl -noinput -smp \
   -pa /usr/lib/erlang/lib/esdl-*/ebin /usr/lib/wings3d/ebin \
   -run wings_start start_halt ${1+"$@"}



More information about the arch-commits mailing list