summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRené Landscheidt2015-10-06 11:12:15 +0200
committerRené Landscheidt2015-10-06 11:12:15 +0200
commit248a551ed6bd5505cca580b01e77b6a21f303395 (patch)
tree938ac2f857532065c6f7234c769e2a8cc5974c06
parentc53cf6cc54ca651b31c7fe52f39303a680b0bb39 (diff)
downloadaur-248a551ed6bd5505cca580b01e77b6a21f303395.tar.gz
Quick Fix for the libncurses error (Version 6 instead of Version 5)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f651bcaabf83..05af243787c6 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 = 3
+ pkgrel = 4
url = http://www.xojo.com
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 017dc81812cb..7e00d090f327 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: TWPHoenix1982 <rene DOT landscheidt AT gmx DOT de>
pkgname=xojo
pkgver=2015r24
-pkgrel=3
+pkgrel=4
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"
@@ -46,4 +46,6 @@ package() {
ln -s "/opt/xojo/Read Mes/Third Party Licenses and Notices.txt" "$pkgdir/usr/share/licenses/xojo/Third Party Licenses and Notices.txt"
# 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
}