summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Schlisio2015-09-29 09:28:55 +0200
committerGeorg Schlisio2015-09-29 09:28:55 +0200
commit60fbf15407b5fc78d5885bcd76b7269a5eb2102e (patch)
treee7de7126a2225067c7948f3a378b1c5731a84a34
parent0e20c8dd0902a409bfd71860a3a11d26c1c69f36 (diff)
downloadaur-60fbf15407b5fc78d5885bcd76b7269a5eb2102e.tar.gz
removing unneeded dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1a6d2679e1e..e9871a6a36a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = icaclient
pkgdesc = Citrix Receiver for Linux (ICAClient)
pkgver = 13.2.1
- pkgrel = 2
+ pkgrel = 3
url = http://www.citrix.com/English/ps2/products/product.asp?contentID=1689163&ntref=prod_top
install = citrix-client.install
arch = x86_64
@@ -22,7 +22,6 @@ pkgbase = icaclient
depends = libxpm
depends = libxt
depends = ca-certificates
- depends = nspluginwrapper
optdepends = xerces-c: gtk2 configuration manager
optdepends = webkitgtk2: gtk2 selfservice/storefront ui
conflicts = bin32-citrix-client
@@ -34,7 +33,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__=1443467953_b045acc221084c03805834a52ff8daf0
+ source = icaclient-13.2.1.tar.gz::http://downloads.citrix.com/10836/linuxx64-13.2.1.328635.tar.gz?__gda__=1443515288_49dce36201dead626d2689207b2f3d92
md5sums = 71aca6257f259996ac59729604f32978
md5sums = a38c3f844a0fefe8017a25bee213b843
md5sums = 0e92c33b3fcc99b04269787da2984809
diff --git a/PKGBUILD b/PKGBUILD
index 296b01bb3bbc..64fb40762216 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Matthew Gyurgyik <matthew@pyther.net>
pkgname=icaclient
pkgver=13.2.1
-pkgrel=2
+pkgrel=3
pkgdesc="Citrix Receiver for Linux (ICAClient)"
arch=('x86_64')
url="http://www.citrix.com/English/ps2/products/product.asp?contentID=1689163&ntref=prod_top"
@@ -24,7 +24,7 @@ depends=(
'libxpm'
'libxt'
'ca-certificates'
- 'nspluginwrapper'
+ #'nspluginwrapper'
)
optdepends=(
'xerces-c: gtk2 configuration manager'