summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiancarlo Razzolini2020-03-06 08:32:07 -0300
committerGiancarlo Razzolini2020-03-06 08:32:07 -0300
commit53cdcf3783024115aabb21da060610de6fce392b (patch)
tree70cce0e83df51674893c3e561f10e9015ae741a7 /PKGBUILD
parent88005383f55885abf000ddb22ee9c99dbf0d8dca (diff)
downloadaur-afew-git.tar.gz
Add python-freezegun to the makedpends, it's required to run the tests.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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")