diff options
Diffstat (limited to 'community/neatx/PKGBUILD')
-rw-r--r-- | community/neatx/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/neatx/PKGBUILD b/community/neatx/PKGBUILD index 46f8b95f2..0a9b65abb 100644 --- a/community/neatx/PKGBUILD +++ b/community/neatx/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 78204 2012-10-17 10:24:52Z allan $ +# $Id: PKGBUILD 96352 2013-08-26 09:20:58Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Nicolas Doualot <packages@slubman.info> pkgname=neatx pkgver=0.3.1 -pkgrel=13 +pkgrel=14 pkgdesc="A free NX server by google" arch=('i686' 'x86_64') url="http://code.google.com/p/neatx/" license=('GPL') -depends=('nxserver' 'python2-pexpect' 'python2-simplejson' 'netcat' 'pygtk') +depends=('python2-pexpect' 'python2-simplejson' 'netcat' 'pygtk') makedepends=('docutils') optdepends=('xorg-xdm: if you want to use KDE or GNOME session' 'xorg-fonts-misc: to use default font' |