summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2014-09-21 22:26:23 -0600
committerBrian Bidulock2015-06-10 23:16:06 -0600
commit316c4db6a0db502e5088e86c8f94b01dc387159a (patch)
treec8a6a2b0047c88d3242a4798a65e232ae5cc78b5
parent06441fc8a32e9b3e9359d6412047a5f60627efef (diff)
downloadaur-316c4db6a0db502e5088e86c8f94b01dc387159a.tar.gz
version 0.9.14.r348.g25f5076-1
-rw-r--r--.AURINFO25
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
3 files changed, 29 insertions, 6 deletions
diff --git a/.AURINFO b/.AURINFO
new file mode 100644
index 000000000000..74c48f656e53
--- /dev/null
+++ b/.AURINFO
@@ -0,0 +1,25 @@
+pkgbase = x11vnc-git
+ pkgdesc = VNC server for real X displays
+ pkgver = 0.9.14.r348.g25f5076
+ pkgrel = 1
+ url = https://LibVNC.github.io
+ arch = i686
+ arch = x86_64
+ license = GPL2
+ depends = libvncserver
+ depends = libxtst
+ depends = libxinerama
+ depends = libxdamage
+ depends = libxrandr
+ depends = avahi
+ optdepends = tk: GUI support
+ optdepends = net-tools: -auth guess
+ optdepends = xf86-video-dummy: Xdummy script
+ optdepends = java-environment: java-applet support
+ provides = x11vnc
+ conflicts = x11vnc
+ source = x11vnc-git::git+https://github.com/bbidulock/x11vnc.git
+ options = !emptydirs
+
+pkgname = x11vnc-git
+
diff --git a/.SRCINFO b/.SRCINFO
index 1480a396aadd..6aefaa1d38f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = x11vnc-git
pkgdesc = VNC server for real X displays
- pkgver = 0.9.14.r358.gaf86975
+ pkgver = 0.9.14.r348.g25f5076
pkgrel = 1
url = https://LibVNC.github.io
arch = i686
arch = x86_64
- license = GPL
- makedepends = autoconf-archive
+ license = GPL2
depends = libvncserver
depends = libxtst
depends = libxinerama
diff --git a/PKGBUILD b/PKGBUILD
index 8cc7da9d37cc..e789e08d1043 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,16 @@
# Contributor: damir <damir@archlinux.org>
pkgname=x11vnc-git
-pkgver=0.9.14.r358.gaf86975
+pkgver=0.9.14.r348.g25f5076
pkgrel=1
pkgdesc='VNC server for real X displays'
url="https://LibVNC.github.io"
arch=('i686' 'x86_64')
-license=('GPL')
+license=('GPL2')
options=('!emptydirs')
provides=(x11vnc)
conflicts=(x11vnc)
depends=(libvncserver libxtst libxinerama libxdamage libxrandr avahi)
-makedepends=(autoconf-archive)
optdepends=('tk: GUI support'
'net-tools: -auth guess'
'xf86-video-dummy: Xdummy script'