summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRené Landscheidt2015-10-06 11:19:58 +0200
committerRené Landscheidt2015-10-06 11:19:58 +0200
commitdf12490c6eca3a461ccfbb78fd5322c40e69c272 (patch)
tree5b66b336a15e45c0f02236fd1b8250982da93117
parent248a551ed6bd5505cca580b01e77b6a21f303395 (diff)
downloadaur-df12490c6eca3a461ccfbb78fd5322c40e69c272.tar.gz
Fix now working.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05af243787c6..3d8852d20567 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xojo
pkgdesc = A RAD environment based on BASIC that compiles native applications for Windows, Mac, Linux, and the web.
pkgver = 2015r24
- pkgrel = 4
+ pkgrel = 5
url = http://www.xojo.com
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 7e00d090f327..085f82422c59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: TWPHoenix1982 <rene DOT landscheidt AT gmx DOT de>
pkgname=xojo
pkgver=2015r24
-pkgrel=4
+pkgrel=5
pkgdesc="A RAD environment based on BASIC that compiles native applications for Windows, Mac, Linux, and the web."
arch=(i686 x86_64)
url="http://www.xojo.com"
@@ -47,5 +47,5 @@ package() {
# ln -s "/usr/lib32/libwebkitgtk-1.0.so.0.17.5" "$pkgdir/usr/lib32/libwebkitgtk-1.0.0.so"
# ln -s "/usr/lib32/libwebkitgtk-1.0.so.0.17.5" "$pkgdir/usr/lib32/libwebkitgtk-1.0.0.so.0"
# Quick Temp Fix for the libncurses 5 error
- ln -s /usr/lib32/libncursesw.so.6.0 /usr/lib32/libncurses.so.5
+ ln -s "/usr/lib32/libncursesw.so.6.0" "$pkgdir/usr/lib32/libncurses.so.5"
}