summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2020-06-10 20:49:58 +0200
committerEmmanuel Gil Peyrot2020-06-10 20:49:58 +0200
commitd087b27a9f65aa177e151154ace8734f4fec271c (patch)
tree12933743fde620001e797e8fba8c53e588209d92
parent0d08343c8895480d65cc1697f6fd9c88aefdc62a (diff)
downloadaur-d087b27a9f65aa177e151154ace8734f4fec271c.tar.gz
Add missing catch2 dependency.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 694b83267b8a..0f60661cc977 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = biboumi
pkgdesc = XMPP gateway to IRC
pkgver = 8.5
- pkgrel = 1
+ pkgrel = 2
url = https://biboumi.louiz.org/
arch = i686
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = biboumi
license = ZLIB
makedepends = cmake
makedepends = pandoc
+ makedepends = catch2
depends = expat
depends = libidn
depends = udns
diff --git a/PKGBUILD b/PKGBUILD
index 2d10fa365e78..e37ff360bbe7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=biboumi
pkgver=8.5
-pkgrel=1
+pkgrel=2
pkgdesc="XMPP gateway to IRC"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://biboumi.louiz.org/"
license=('ZLIB')
depends=('expat' 'libidn' 'udns' 'botan' 'sqlite' 'postgresql-libs')
-makedepends=('cmake' 'pandoc')
+makedepends=('cmake' 'pandoc' 'catch2')
backup=("etc/$pkgname/$pkgname.cfg")
source=("https://git.louiz.org/biboumi/snapshot/$pkgname-$pkgver.tar.xz"
'biboumi.tmpfiles'