Package Details: worldeditor-bin 2.5.0r3-1

Git Clone URL: https://aur.archlinux.org/worldeditor-bin.git (read-only, click to copy)
Package Base: worldeditor-bin
Description: WorldEditor (WED) is a CAD-like graphic editor that lets you create custom airport layouts. It is designed for X-Plane, and works with apt.dat version 850 and higher.
Upstream URL: http://developer.x-plane.com/tools/worldeditor/
Licenses: GPL
Submitter: nic96
Maintainer: flafflar
Last Packager: flafflar
Votes: 4
Popularity: 0.000112
First Submitted: 2014-12-25 20:44 (UTC)
Last Updated: 2023-02-09 08:58 (UTC)

Dependencies (3)

Required by (0)

Sources (3)

Latest Comments

thilob commented on 2023-07-02 16:48 (UTC)

I suggest this diff:

-pkgver=2.5.0r3
+pkgver=2.5.2r1
-source=("http://dev.x-plane.com/download/tools/wed_lin_${pkgver//\./}.zip"
+source=("http://files.x-plane.com/public/wed/wed_lin_${pkgver//\./}.zip"

thilob commented on 2023-01-26 17:45 (UTC) (edited on 2023-01-26 20:04 (UTC) by thilob)

I suggest updating using this PKGBUILD:

pkgname=worldeditor-bin
pkgver=2.4.1r2
pkgrel=1
pkgdesc="WorldEditor (WED) is a CAD-like graphic editor that lets you create custom airport layouts. It is designed for X-Plane, and works with apt.dat version 850 and higher."
url="http://developer.x-plane.com/tools/worldeditor/"
license=('GPL')
depends=('fltk' 'glu' 'ttf-font')
install='worldeditor.install'
arch=('i686' 'x86_64')
source=("http://dev.x-plane.com/download/tools/wed_lin_${pkgver//\./}.zip"
    "WorldEditor.desktop"
    "WorldEditor.png")
md5sums=('331d8d4c8fbbd190a89273640bb62779'
     'b25f4e3cc6a845a457329de93c04c929'
     '0efb061145dcfec118afcc6ffff044f1')

package() {
  cd "${srcdir}/"
  install -Dm755 "$srcdir"/WED "$pkgdir"/usr/bin/WED
  install -Dm644 "$srcdir"/WorldEditor.desktop "$pkgdir"/usr/share/applications   /WorldEditor.desktop
  install -Dm644 "$srcdir"/WorldEditor.png "$pkgdir"/usr/share/pixmaps/WorldEditor.png
}