summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRené Landscheidt2016-12-12 17:39:21 +0100
committerRené Landscheidt2016-12-12 17:39:21 +0100
commit849a7729b374cf8758e2c9cdea114938976e62bb (patch)
treefb44cb7e5b33b7622ff0a2c02b052ba4473907d9 /PKGBUILD
parent5d0104c183c7a982a703f26589c7e61c94db58fc (diff)
downloadaur-849a7729b374cf8758e2c9cdea114938976e62bb.tar.gz
Update to Xojo 2016 Release 4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 747ae2e18c96..c463d6cb5510 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=2016r40
-_pkgvershort=2016r4
+pkgver=2016r41
+_pkgvershort=2016r41
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)
@@ -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=('6678d2d8902293b65c7ba93544b5e41602f0db3a686b374b20b2a7044396abff'
+sha256sums=('90d9e362489d9ab4f98d9fe599622bf6e408e7ef73e2d642ff850643de4f031c'
'17250f624de25bb575a3ca5d3158a60cba95248c624d71959c0bcb823384e9ee'
'7b084164ba9430b389a500a551a0cec5283f4eaa54dc27c01e7f0aa477e69612'
'024cbfa8d23766b54aed636a52708f656776a45d6109cde3ca4278d463958e97')
@@ -30,7 +30,7 @@ options=(!strip)
package() {
cd $srcdir
-# mv "xojo2016r2.1" "xojo$_pkgvershort"
+ mv "xojo2016r4.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 {}