summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLucas Hoffmann2018-02-23 17:59:36 +0100
committerLucas Hoffmann2018-02-23 17:59:55 +0100
commited875526952fcc39b6075ff634b6316648ae80c4 (patch)
treeafc5a7c8d17520103c5901146b82599593b40178 /PKGBUILD
parente996794e3a6bbf37d3a3ead3decd8842222a2c92 (diff)
downloadaur-ed875526952fcc39b6075ff634b6316648ae80c4.tar.gz
Add python-dkim dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 955f3bea8f86..b08eff0bf523 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
# Contributor: Kazuo Teramoto <kaz.rag at gmail.com>
pkgname=afew
pkgver=1.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="afew is an initial tagging script for notmuch mail"
arch=(any)
url="https://github.com/afewmail/afew"
license=('custom:BSD')
-depends=('python' 'notmuch' 'dbacl' 'python-chardet' 'python-setuptools')
+depends=('python' 'notmuch' 'dbacl' 'python-chardet' 'python-setuptools' 'python-dkim')
makedepends=('python-sphinx')
conflicts=(afew-git)
source=('LICENSE' "https://github.com/afewmail/afew/archive/$pkgver.tar.gz")