summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2018-10-15 10:49:52 +0200
committerJonne Haß2018-10-15 10:49:52 +0200
commitc5386f4285c21d33cbdccb7c77e00f606072ae30 (patch)
treed821ad5cddde1051a24e3f9f204f94d84a912fc3
parentdf388d56d04c927ff3e13df398fc9bf552fc8cc7 (diff)
downloadaur-znc-backlog-git.tar.gz
znc-backlog-git: add python, cmake as makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40a15149ffdc..02eb48b9198a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = znc-backlog-git
pkgdesc = A ZNC module that makes it easy to request backlog
- pkgver = r63.42e8f43
+ pkgver = r65.44314a6
pkgrel = 1
url = https://github.com/FruitieX/znc-backlog
arch = i686
arch = x86_64
license = Apache
makedepends = git
+ makedepends = python
+ makedepends = cmake
depends = znc
source = git+https://github.com/FruitieX/znc-backlog.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index abac2cf8906c..9a8156f82753 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Jonne Haß <me@jhass.eu>
_repo="znc-backlog"
pkgname=znc-backlog-git
-pkgver=r63.42e8f43
+pkgver=r65.44314a6
pkgrel=1
pkgdesc="A ZNC module that makes it easy to request backlog"
arch=('i686' 'x86_64')
url="https://github.com/FruitieX/znc-backlog"
license=('Apache')
depends=('znc')
-makedepends=('git')
+makedepends=('git' 'python' 'cmake')
source=("git+https://github.com/FruitieX/znc-backlog.git")
pkgver() {