summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRené Landscheidt2016-08-11 23:38:46 +0200
committerRené Landscheidt2016-08-11 23:38:46 +0200
commit1d68649679db58a11e6c4f7f52e257df2e286801 (patch)
tree169a70c577b88764b2dde6a032f2a45b75f43314
parent9ecc0d318f9e7953f8c79fef0dc0ba26f9eb5d56 (diff)
downloadaur-1d68649679db58a11e6c4f7f52e257df2e286801.tar.gz
Update to Xojo 2016 R2.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 929d6bec0e13..159ba41529bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
# Generated by mksrcinfo v8
-# Tue Jul 19 08:13:30 UTC 2016
+# Thu Aug 11 21:21:51 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 = 2016r20
- pkgrel = 3
+ pkgver = 2016r21
+ pkgrel = 1
url = http://www.xojo.com
arch = i686
arch = x86_64
license = custom
options = !strip
- source = http://41160df63757fc043cfd-66287f38a83954e31a54d1dbe33e0650.r4.cf2.rackcdn.com/Xojo2016r2/xojo2016r2.tgz
+ source = http://41160df63757fc043cfd-66287f38a83954e31a54d1dbe33e0650.r4.cf2.rackcdn.com/Xojo2016r21/xojo2016r21.tgz
source = xojo.desktop
source = lingua.desktop
source = RemoteDebuggerDesktop.desktop
- sha256sums = edc1246aafe4d86242cb5fdbc06a181ca2fd7217713eb773efd73a046f30e779
+ sha256sums = a6cce4a4f1be73337558fdd1e39eb6947bd223b91dde47ad7adc92d2d35071d5
sha256sums = 17250f624de25bb575a3ca5d3158a60cba95248c624d71959c0bcb823384e9ee
sha256sums = 7b084164ba9430b389a500a551a0cec5283f4eaa54dc27c01e7f0aa477e69612
sha256sums = 024cbfa8d23766b54aed636a52708f656776a45d6109cde3ca4278d463958e97
diff --git a/PKGBUILD b/PKGBUILD
index 9c2dabd29fab..7c1c75c54ada 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# 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=2016r20
-_pkgvershort=2016r2
-pkgrel=3
+pkgver=2016r21
+_pkgvershort=2016r21
+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"
@@ -21,7 +21,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=('edc1246aafe4d86242cb5fdbc06a181ca2fd7217713eb773efd73a046f30e779'
+sha256sums=('a6cce4a4f1be73337558fdd1e39eb6947bd223b91dde47ad7adc92d2d35071d5'
'17250f624de25bb575a3ca5d3158a60cba95248c624d71959c0bcb823384e9ee'
'7b084164ba9430b389a500a551a0cec5283f4eaa54dc27c01e7f0aa477e69612'
'024cbfa8d23766b54aed636a52708f656776a45d6109cde3ca4278d463958e97')
@@ -30,10 +30,10 @@ options=(!strip)
package() {
cd $srcdir
-# mv "xojo2016r1.1" "xojo$_pkgvershort"
+ mv "xojo2016r2.1" "xojo$_pkgvershort"
find . -name '.DS_Store' -exec rm {} \;
find "./xojo$_pkgvershort/Extras" -type d \( -name 'OS X' -o -name 'Windows' -o -name 'Visual Studio*' -o -name 'Xcode' \) |
- xargs -rtl1 -I {} rm -r {}
+ xargs -rtl1 -I {} rm -r {}
mkdir -p "$pkgdir/usr/bin" "$pkgdir/opt" "$pkgdir/usr/share/licenses/xojo"
# "$pkgdir/usr/lib32"
cp -r "xojo$_pkgvershort" "$pkgdir/opt/xojo"