summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRené Landscheidt2016-05-04 12:37:35 +0200
committerRené Landscheidt2016-05-04 12:37:35 +0200
commitbb44a1a5863f1c38f23b59f395fdfa2dfc59bd66 (patch)
treef628f5e83555bb7a1edb5d55c0e5c0bb151df675
parent53edcdb8f6b257dcd86dc5e42aa184a2c476bfdf (diff)
downloadaur-bb44a1a5863f1c38f23b59f395fdfa2dfc59bd66.tar.gz
Update auf Xojo 2016 Release 1.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b97b5c3421fa..57029bce4d1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
# Generated by mksrcinfo v8
-# Wed Apr 6 20:48:21 UTC 2016
+# Wed May 4 09:55:20 UTC 2016
pkgbase = xojo
pkgdesc = A RAD environment based on BASIC that compiles native applications for Windows, Mac, Linux, the web and now with 64Bit and ARM V2 (Raspberry Pi 2) support.
- pkgver = 2016r1
- pkgrel = 1
+ pkgver = 2016r11
+ pkgrel = 2
url = http://www.xojo.com
arch = i686
arch = x86_64
license = custom
options = !strip
- source = http://41160df63757fc043cfd-66287f38a83954e31a54d1dbe33e0650.r4.cf2.rackcdn.com/Xojo2016r1/xojo2016r1.tgz
+ source = http://41160df63757fc043cfd-66287f38a83954e31a54d1dbe33e0650.r4.cf2.rackcdn.com/Xojo2016r11/xojo2016r11.tgz
source = xojo.desktop
source = lingua.desktop
source = RemoteDebuggerDesktop.desktop
source = xojo.xpm
- sha256sums = cb10ea71de18fa0904fe34f14d08cdd7be4eeb2f602dbefb97d9d0d8fd75c060
+ sha256sums = 18a5c6035712cd49079d89f6a165ff9650e2edaa4b43bfe23b038a0333609c62
sha256sums = 17250f624de25bb575a3ca5d3158a60cba95248c624d71959c0bcb823384e9ee
sha256sums = 7b084164ba9430b389a500a551a0cec5283f4eaa54dc27c01e7f0aa477e69612
sha256sums = 024cbfa8d23766b54aed636a52708f656776a45d6109cde3ca4278d463958e97
diff --git a/PKGBUILD b/PKGBUILD
index cb24c247d856..29b8bcd5d590 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Ng Oon-Ee <n g o o n e e dot t a l k AT g m a i l DOT c o m>
# Maintainer: TWPHoenix1982 <rene DOT landscheidt AT gmx DOT de>
pkgname=xojo
-pkgver=2016r1
-pkgrel=1
+pkgver=2016r11
+pkgrel=2
pkgdesc="A RAD environment based on BASIC that compiles native applications for Windows, Mac, Linux, the web and now with 64Bit and ARM V2 (Raspberry Pi 2) support."
arch=(i686 x86_64)
url="http://www.xojo.com"
@@ -20,7 +20,7 @@ source=("http://41160df63757fc043cfd-66287f38a83954e31a54d1dbe33e0650.r4.cf2.rac
##lib32-mesa lib32-icu lib32-gcc-libs) && makedepends=(lib32-webkitgtk2)
[[ $CARCH == x86_64 ]] && depends=(lib32-gtk2 lib32-expat lib32-glib2 lib32-glibc lib32-mesa
lib32-icu lib32-gcc-libs) && makedepends=(lib32-libtinfo libtinfo)
-sha256sums=('cb10ea71de18fa0904fe34f14d08cdd7be4eeb2f602dbefb97d9d0d8fd75c060'
+sha256sums=('18a5c6035712cd49079d89f6a165ff9650e2edaa4b43bfe23b038a0333609c62'
'17250f624de25bb575a3ca5d3158a60cba95248c624d71959c0bcb823384e9ee'
'7b084164ba9430b389a500a551a0cec5283f4eaa54dc27c01e7f0aa477e69612'
'024cbfa8d23766b54aed636a52708f656776a45d6109cde3ca4278d463958e97'
@@ -29,7 +29,7 @@ options=(!strip)
package() {
cd $srcdir
- #mv "xojo2015r4.1" "xojo$pkgver"
+ mv "xojo2016r1.1" "xojo$pkgver"
find . -name '.DS_Store' -exec rm {} \;
find "./xojo$pkgver/Extras" -type d \( -name 'OS X' -o -name 'Windows' -o -name 'Visual Studio*' -o -name 'Xcode' \) |
xargs -rtl1 -I {} rm -r {}