summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpezcurrel2015-11-22 12:09:14 +0100
committerpezcurrel2015-11-22 12:09:14 +0100
commitbb1f6d87d6ed47ca37ba78094cb27b6236dcecf6 (patch)
tree6be4ddf09086cef009f5ef46b857d9bd26a9a16a
parenta8d6a9b0f4f923444df3d950e998d60207e41b37 (diff)
downloadaur-x2vnc-no-xinerama.tar.gz
Update to 1.7.2-5
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f5b6d3298c8..a8a1af409371 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = x2vnc-no-xinerama
pkgdesc = Lets you use a monitor on a different computer as if it was connected to the one you are using. This version disables xinerama, fixing two related bugs.
pkgver = 1.7.2
- pkgrel = 4
+ pkgrel = 5
url = http://fredrik.hubbe.net/x2vnc.html
arch = i686
arch = x86_64
license = GPL
+ makedepends = imake
depends = libxss
depends = libxrandr
depends = libxxf86dga
diff --git a/PKGBUILD b/PKGBUILD
index a09e373440a4..9e0e88ef020a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,13 +15,14 @@
pkgname=x2vnc-no-xinerama
_realpkgname=x2vnc
pkgver=1.7.2
-pkgrel=4
+pkgrel=5
pkgdesc="Lets you use a monitor on a different computer as if it was connected to the one you are using. This version disables xinerama, fixing two related bugs."
arch=('i686' 'x86_64')
url="http://fredrik.hubbe.net/x2vnc.html"
license=('GPL')
conflicts=('x2vnc')
depends=('libxss' 'libxrandr' 'libxxf86dga')
+makedepends=('imake')
source=("http://fredrik.hubbe.net/x2vnc/$_realpkgname-$pkgver.tar.gz")
md5sums=('f23f86bcfa12a80eaeb886ab9b3ee447')