summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarcnmx2018-05-18 18:40:59 -0400
committerarcnmx2018-05-18 18:40:59 -0400
commit226957ad803aae2fdb609d2f0e5ced88afeae0dc (patch)
tree379089cb6ee7599998193ae82c5cd6fa7f51c6df
parent0ff8fb62df0248f6ed536c094468bf36adbffddd (diff)
downloadaur-226957ad803aae2fdb609d2f0e5ced88afeae0dc.tar.gz
update makedepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 561ae9da0f0a..44d42db9435e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,8 @@ pkgbase = znc-clientbuffer-git
arch = armv7h
license = Apache
makedepends = git
+ makedepends = python
+ makedepends = cmake
depends = znc
source = git+https://github.com/CyberShadow/znc-clientbuffer.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b366795c7699..ce904a5729f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/CyberShadow/znc-clientbuffer"
license=('Apache')
depends=('znc')
-makedepends=('git')
+makedepends=('git' 'python' 'cmake')
source=("git+https://github.com/CyberShadow/znc-clientbuffer.git")
pkgver() {