summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Panteleev2020-01-15 11:05:34 +0000
committerVladimir Panteleev2020-01-15 11:05:34 +0000
commit27a3c3d47974cd59c0e97ff60cf3d577042b27eb (patch)
treeab3766fc18be8b2c1a91248b23cf7ad0e07e73ce
parentc30e6f63539b6e539bc44cd860b1cfe82795488e (diff)
downloadaur-27a3c3d47974cd59c0e97ff60cf3d577042b27eb.tar.gz
Add xorgproto dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4a550c03275..a3b7b053d1ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
-# Generated by mksrcinfo v8
-# Tue Apr 4 13:24:47 UTC 2017
pkgbase = hax11-git
pkgdesc = Hackbrary to Hook and Augment X11 protocol calls
- pkgver = r102.11273ca
+ pkgver = r149.ba694c6
pkgrel = 1
url = https://github.com/CyberShadow/hax11
arch = i686
arch = x86_64
license = MIT
makedepends = git
+ makedepends = xorgproto
depends = glibc
depends = lib32-glibc
source = git+https://github.com/CyberShadow/hax11
diff --git a/PKGBUILD b/PKGBUILD
index 7a920857eced..490cba3d55d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Vladimir Panteleev <arch-pkg at thecybershadow.net>
pkgname=hax11-git
-pkgver=r102.11273ca
+pkgver=r149.ba694c6
pkgrel=1
pkgdesc="Hackbrary to Hook and Augment X11 protocol calls"
arch=('i686' 'x86_64')
url="https://github.com/CyberShadow/hax11"
license=('MIT')
depends=('glibc' 'lib32-glibc')
-makedepends=('git')
+makedepends=('git' 'xorgproto')
source=("git+https://github.com/CyberShadow/hax11"
"license.txt")
md5sums=('SKIP'