summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2014-08-11 11:18:51 -0600
committerBrian Bidulock2015-06-10 06:55:12 -0600
commitc24a2bea590228c47365b3bb0a8a92e8c91d9871 (patch)
tree021459b84df1efa7c1c0a42ff3edce7912ec8f6b
parentc35006d591d095a249c66e075a891897ea31043b (diff)
downloadaur-c24a2bea590228c47365b3bb0a8a92e8c91d9871.tar.gz
version 1.1-1
-rw-r--r--.AURINFO14
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
3 files changed, 19 insertions, 4 deletions
diff --git a/.AURINFO b/.AURINFO
new file mode 100644
index 000000000000..552f3ea5fa1f
--- /dev/null
+++ b/.AURINFO
@@ -0,0 +1,14 @@
+pkgbase = libxvnc
+ pkgdesc = X11 extention protocol library for the VNC extension
+ pkgver = 1.1
+ pkgrel = 1
+ url = https://github.com/bbidulock/libxvnc
+ arch = i686
+ arch = x86_64
+ license = GPL
+ makedepends = vncproto
+ depends = libxext
+ source = https://github.com/bbidulock/libxvnc/releases/download/libxvnc-1.1/libXvnc-1.1.tar.bz2
+
+pkgname = libxvnc
+
diff --git a/.SRCINFO b/.SRCINFO
index 7c15035da49d..104955ec547a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = libxvnc
pkgdesc = X11 extention protocol library for the VNC extension
pkgver = 1.1
- pkgrel = 2
+ pkgrel = 1
url = https://github.com/bbidulock/libxvnc
arch = i686
arch = x86_64
license = GPL
- depends = vncproto
+ makedepends = vncproto
depends = libxext
source = https://github.com/bbidulock/libxvnc/releases/download/libxvnc-1.1/libXvnc-1.1.tar.bz2
md5sums = 949ed624250c66f035e5e93cab06e7fc
diff --git a/PKGBUILD b/PKGBUILD
index de08852d2d83..d1a00330928c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=libxvnc
_pkgname=libXvnc
pkgver=1.1
-pkgrel=2
+pkgrel=1
pkgdesc="X11 extention protocol library for the VNC extension"
arch=('i686' 'x86_64')
license=('GPL')
url=("https://github.com/bbidulock/libxvnc")
-depends=('vncproto' 'libxext')
+makedepends=('vncproto')
+depends=('libxext')
source=("https://github.com/bbidulock/libxvnc/releases/download/libxvnc-1.1/libXvnc-1.1.tar.bz2")
md5sums=('949ed624250c66f035e5e93cab06e7fc')