summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRené Landscheidt2016-07-17 00:08:57 +0200
committerRené Landscheidt2016-07-17 00:08:57 +0200
commit4fd39fc299217cc6125f1bcc9382335b337a6d7c (patch)
treea87623f4479d18d30786b6c428dc18ba81965393
parent440e23b7ac8dc9a071b73a09fdd32bd878fbca4c (diff)
downloadaur-4fd39fc299217cc6125f1bcc9382335b337a6d7c.tar.gz
Update auf Xojo 2016 Release 2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f9944a5b55e..3e394b1969f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
# Generated by mksrcinfo v8
-# Wed May 4 10:43:49 UTC 2016
+# Sat Jul 16 21:56:57 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 = 2016r11
- pkgrel = 3
+ pkgver = 2016r2
+ pkgrel = 1
url = http://www.xojo.com
arch = i686
arch = x86_64
license = custom
options = !strip
- source = http://41160df63757fc043cfd-66287f38a83954e31a54d1dbe33e0650.r4.cf2.rackcdn.com/Xojo2016r11/xojo2016r11.tgz
+ source = http://41160df63757fc043cfd-66287f38a83954e31a54d1dbe33e0650.r4.cf2.rackcdn.com/Xojo2016r2/xojo2016r2.tgz
source = xojo.desktop
source = lingua.desktop
source = RemoteDebuggerDesktop.desktop
- sha256sums = 18a5c6035712cd49079d89f6a165ff9650e2edaa4b43bfe23b038a0333609c62
+ sha256sums = edc1246aafe4d86242cb5fdbc06a181ca2fd7217713eb773efd73a046f30e779
sha256sums = 17250f624de25bb575a3ca5d3158a60cba95248c624d71959c0bcb823384e9ee
sha256sums = 7b084164ba9430b389a500a551a0cec5283f4eaa54dc27c01e7f0aa477e69612
sha256sums = 024cbfa8d23766b54aed636a52708f656776a45d6109cde3ca4278d463958e97
diff --git a/PKGBUILD b/PKGBUILD
index fe988a6a760c..c2dd6a2b862c 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=2016r11
-pkgrel=3
+pkgver=2016r2
+pkgrel=1
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,15 +20,16 @@ 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=('18a5c6035712cd49079d89f6a165ff9650e2edaa4b43bfe23b038a0333609c62'
+sha256sums=('edc1246aafe4d86242cb5fdbc06a181ca2fd7217713eb773efd73a046f30e779'
'17250f624de25bb575a3ca5d3158a60cba95248c624d71959c0bcb823384e9ee'
'7b084164ba9430b389a500a551a0cec5283f4eaa54dc27c01e7f0aa477e69612'
'024cbfa8d23766b54aed636a52708f656776a45d6109cde3ca4278d463958e97')
+## '024cbfa8d23766b54aed636a52708f656776a45d6109cde3ca4278d463958e97')
options=(!strip)
package() {
cd $srcdir
- mv "xojo2016r1.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 {}