summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiancarlo Razzolini2020-03-06 08:32:07 -0300
committerGiancarlo Razzolini2020-03-06 08:32:07 -0300
commit53cdcf3783024115aabb21da060610de6fce392b (patch)
tree70cce0e83df51674893c3e561f10e9015ae741a7
parent88005383f55885abf000ddb22ee9c99dbf0d8dca (diff)
downloadaur-53cdcf3783024115aabb21da060610de6fce392b.tar.gz
Add python-freezegun to the makedpends, it's required to run the tests.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6195a22716b7..cf31f1d7b025 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = afew-git
pkgdesc = Initial tagging script for notmuch mail
- pkgver = 1.3.0.r57.g3bb53db
+ pkgver = 2.0.0.r38.gf581330
pkgrel = 1
epoch = 1
url = https://github.com/afewmail/afew
arch = any
license = custom:BSD
makedepends = git
+ makedepends = python-freezegun
makedepends = python-setuptools-scm
makedepends = python-sphinx
depends = notmuch
diff --git a/PKGBUILD b/PKGBUILD
index 8e4e0aad2a65..41fe070f5e7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Kazuo Teramoto <kaz.rag at gmail.com>
pkgname=afew-git
-pkgver=1.3.0.r57.g3bb53db
+pkgver=2.0.0.r38.gf581330
pkgrel=1
epoch=1
pkgdesc='Initial tagging script for notmuch mail'
@@ -11,7 +11,7 @@ arch=(any)
url=https://github.com/afewmail/afew
license=('custom:BSD')
depends=('notmuch' 'python-chardet' 'python-dkim' 'python-setuptools')
-makedepends=('git' 'python-setuptools-scm' 'python-sphinx')
+makedepends=('git' 'python-freezegun' 'python-setuptools-scm' 'python-sphinx')
provides=('afew')
conflicts=('afew')
source=("git+$url.git")