summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2022-06-26 22:15:25 +0200
committerHugo Osvaldo Barrera2022-06-26 22:15:25 +0200
commitfa3a712fb325660c3393fe127aa44d4fea0b29ef (patch)
treed67d968c705ab1cf7bf4fbd68785868412212e4f
parent2ddd02ecb76450adff83e64704c1a1fde113f6ef (diff)
downloadaur-fa3a712fb325660c3393fe127aa44d4fea0b29ef.tar.gz
Add new check dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 094c90dfc3ca..e52c70eaa3cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = khal-git
pkgdesc = CLI calendar application build around CalDAV (Git)
- pkgver = 0.10.5.dev13+g38e0a8e
+ pkgver = 0.10.6.dev25+g3bd2f45
pkgrel = 1
url = https://lostpackets.de/khal/
arch = any
@@ -8,6 +8,7 @@ pkgbase = khal-git
checkdepends = python-pytest
checkdepends = python-freezegun
checkdepends = vdirsyncer
+ checkdepends = python-hypothesis
makedepends = git
makedepends = python-setuptools-scm
makedepends = python-sphinxcontrib-newsfeed
diff --git a/PKGBUILD b/PKGBUILD
index 1de625675964..02e1affbf2d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=khal-git
_pkgname=khal
-pkgver=0.10.5.dev13+g38e0a8e
+pkgver=0.10.6.dev25+g3bd2f45
pkgrel=1
pkgdesc='CLI calendar application build around CalDAV (Git)'
arch=('any')
@@ -20,7 +20,7 @@ depends=('python-atomicwrites' 'python-click' 'python-click-log'
'python-setuptools' 'python-tzlocal' 'python-urwid' 'python-xdg')
optdepends=('python-setproctitle: Set process name'
'vdirsyncer: Synchronize CalDAV calendars')
-checkdepends=('python-pytest' 'python-freezegun' 'vdirsyncer')
+checkdepends=('python-pytest' 'python-freezegun' 'vdirsyncer' 'python-hypothesis')
source=("${_pkgname}::git+https://github.com/pimutils/khal.git")
sha256sums=('SKIP')
provides=('khal')