summaryrefslogtreecommitdiff
path: root/community/xe-guest-utilities/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/xe-guest-utilities/PKGBUILD')
-rw-r--r--community/xe-guest-utilities/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/community/xe-guest-utilities/PKGBUILD b/community/xe-guest-utilities/PKGBUILD
index f3af11392..8d3f04cd5 100644
--- a/community/xe-guest-utilities/PKGBUILD
+++ b/community/xe-guest-utilities/PKGBUILD
@@ -1,24 +1,25 @@
-# $Id: PKGBUILD 91549 2013-05-23 14:44:31Z dwallace $
+# $Id: PKGBUILD 109466 2014-04-14 23:44:15Z dwallace $
# Maintainer: Daniel Wallace <danielwallace at code gtmanfred com>
# Contributor: Phillip Smith <fukawi2@NO-SPAM.gmail.com>
# Contributor: Krzysztof Raczkowski <raczkow@gnu-tech.pl>
pkgbase=xe-guest-utilities
pkgname=('xe-guest-utilities' 'xenstore')
-pkgver=6.1.0
-pkgrel=6
+pkgver=6.2.0
+pkgrel=1
pkgdesc="Citrix XenServer Tools"
arch=('i686' 'x86_64')
url="http://citrix.com/English/ps2/products/product.asp?contentID=683148&ntref=hp_nav_US"
license=('GPL' 'LGPL')
makedepends=(python2)
-source=("ftp://ftp.archlinux.org/other/community/$pkgbase/${pkgbase}_${pkgver}-1033.tar.gz"
+options=(staticlibs)
+source=("ftp://ftp.archlinux.org/other/community/$pkgbase/${pkgbase}_${pkgver}-1120.tar.gz"
'ip_address.patch'
'xe-linux-distribution.service'
'xe-daemon.service'
'proc-xen.mount'
'tmpfile')
-md5sums=('26fd52ffc5ddeb7d3e510e6f272c2860'
+md5sums=('98644da204b18b695ede0ba45f4df22d'
'9bd39e95384056069f7faa870a28413a'
'95064a7d8a32cd3aaca14e3b48c69599'
'173fed74c76817702b062ed653002db0'
@@ -61,7 +62,7 @@ package_xenstore() {
package_xe-guest-utilities(){
cd "$srcdir/$pkgname-$pkgver"
- depends=('xenstore' 'bash')
+ depends=('xenstore' 'bash' 'lsb-release')
install -Dm755 xe-linux-distribution "$pkgdir/usr/bin/xe-linux-distribution"
install -Dm755 xe-update-guest-attrs "$pkgdir/usr/bin/xe-update-guest-attrs"
install -Dm755 xe-daemon "$pkgdir/usr/bin/xe-daemon"