summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--citrix-client.install2
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5e54755c32d..a1a6d2679e1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = icaclient
pkgdesc = Citrix Receiver for Linux (ICAClient)
pkgver = 13.2.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.citrix.com/English/ps2/products/product.asp?contentID=1689163&ntref=prod_top
install = citrix-client.install
arch = x86_64
@@ -34,7 +34,7 @@ pkgbase = icaclient
source = wfica.desktop
source = wfica.sh
source = wfica_assoc.sh
- source = icaclient-13.2.1.tar.gz::http://downloads.citrix.com/10836/linuxx64-13.2.1.328635.tar.gz?__gda__=1441621601_404a611f8da19e987080492f5edbd55a
+ source = icaclient-13.2.1.tar.gz::http://downloads.citrix.com/10836/linuxx64-13.2.1.328635.tar.gz?__gda__=1443467953_b045acc221084c03805834a52ff8daf0
md5sums = 71aca6257f259996ac59729604f32978
md5sums = a38c3f844a0fefe8017a25bee213b843
md5sums = 0e92c33b3fcc99b04269787da2984809
diff --git a/PKGBUILD b/PKGBUILD
index 39e0a3130929..296b01bb3bbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Matthew Gyurgyik <matthew@pyther.net>
pkgname=icaclient
pkgver=13.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Citrix Receiver for Linux (ICAClient)"
arch=('x86_64')
url="http://www.citrix.com/English/ps2/products/product.asp?contentID=1689163&ntref=prod_top"
diff --git a/citrix-client.install b/citrix-client.install
index e74d01cb096a..39aa48ae1649 100644
--- a/citrix-client.install
+++ b/citrix-client.install
@@ -33,7 +33,7 @@ post_install() {
echo "All done."
echo -e "\e[1;31m\nYou have to create '\e[1;33m\$HOME/.ICAClient/cache\e[1;31m' for each user who uses this program and then populate it with the appropriate ini files. Copy paste the below to do this easily:\n"
- echo -e "\e[1;37mmkdir -p \$HOME/.ICAClient/cache"
+ echo -e "\e[1;39mmkdir -p \$HOME/.ICAClient/cache"
echo -e "cp ${instdir}/config/{All_Regions,Trusted_Region,Unknown_Region,canonicalization,regions}.ini \$HOME/.ICAClient/\n"
#echo -e "\e[1;37mFinally, set firefox to use the command '${firefox_command}' for .ICA files."
echo -e "\e[0m"