summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeromy Reimer2015-06-29 14:36:11 -0600
committerJeromy Reimer2015-06-29 14:36:11 -0600
commit48b86694f0eaf160f4a55b0248f20a8c054944ee (patch)
tree0ee3fd6cd0cdbc59126294b249e86ba1e2f01306
parentb0562cce8fa05a0a7cf434159e557447a6c3230f (diff)
downloadaur-48b86694f0eaf160f4a55b0248f20a8c054944ee.tar.gz
updated to 1.4.0r2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
-rwxr-xr-xWorldEditor.desktop2
-rw-r--r--worldeditor.install2
4 files changed, 9 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 247d6a571cb5..4d1fdff04cbf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = worldeditor-bin
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.
- pkgver = 1.3.1r1
+ pkgver = 1.4.0r2
pkgrel = 1
url = http://developer.x-plane.com/tools/worldeditor/
install = worldeditor.install
@@ -8,11 +8,11 @@ pkgbase = worldeditor-bin
arch = x86_64
license = GPL
depends = libcurl-compat
- source = http://dev.x-plane.com/download/tools/wed_lin_131r1.zip
+ source = http://dev.x-plane.com/download/tools/wed_lin_140r2.zip
source = WorldEditor.desktop
source = WorldEditor.png
- md5sums = 31726a624f7d56624f5a6fb729317651
- md5sums = 39c0422577f37dcf489787a5a6b52830
+ md5sums = 6686ec2fd3ae517ff0602bff99e40d1d
+ md5sums = b25f4e3cc6a845a457329de93c04c929
md5sums = 0efb061145dcfec118afcc6ffff044f1
pkgname = worldeditor-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0815bb7df8c3..2007c2b9aa7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,17 @@
# Maintainer: nic96
pkgname=worldeditor-bin
-pkgver=1.3.1r1
+pkgver=1.4.0r2
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')
install='worldeditor.install'
arch=('i686' 'x86_64')
-depends=('libcurl-compat')
-source=("http://dev.x-plane.com/download/tools/wed_lin_131r1.zip"
+source=("http://dev.x-plane.com/download/tools/wed_lin_${pkgver//\./}.zip"
"WorldEditor.desktop"
"WorldEditor.png")
-md5sums=('31726a624f7d56624f5a6fb729317651'
- '39c0422577f37dcf489787a5a6b52830'
+md5sums=('6686ec2fd3ae517ff0602bff99e40d1d'
+ 'b25f4e3cc6a845a457329de93c04c929'
'0efb061145dcfec118afcc6ffff044f1')
package() {
diff --git a/WorldEditor.desktop b/WorldEditor.desktop
index d728e20d8d18..68d17fc94c8a 100755
--- a/WorldEditor.desktop
+++ b/WorldEditor.desktop
@@ -1,7 +1,7 @@
[Desktop Entry]
Comment[en_US]=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.
Comment=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.
-Exec=LD_PRELOAD=libcurl.so.3 WED
+Exec=WED
GenericName[en_US]=Airport Layout Creator
GenericName=Airport Layout Creator
Icon=WorldEditor
diff --git a/worldeditor.install b/worldeditor.install
index e450a48aec2e..528e5fcd7020 100644
--- a/worldeditor.install
+++ b/worldeditor.install
@@ -12,6 +12,4 @@ NOTICE: WED looks for this specific directory structure and specific directory n
Click "Choose X-Plane folder". Select the working directory for the X-Plane folder.
'
-echo "To execute this application from terminal use the following command \"LD_PRELOAD=libcurl.so.3 WED\""
-echo
}