summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Hoffmann2018-02-23 17:59:36 +0100
committerLucas Hoffmann2018-02-23 17:59:55 +0100
commited875526952fcc39b6075ff634b6316648ae80c4 (patch)
treeafc5a7c8d17520103c5901146b82599593b40178
parente996794e3a6bbf37d3a3ead3decd8842222a2c92 (diff)
downloadaur-ed875526952fcc39b6075ff634b6316648ae80c4.tar.gz
Add python-dkim dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0845a0bf24e..9ef8fb1b8abd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = afew
pkgdesc = afew is an initial tagging script for notmuch mail
pkgver = 1.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/afewmail/afew
arch = any
license = custom:BSD
@@ -11,6 +11,7 @@ pkgbase = afew
depends = dbacl
depends = python-chardet
depends = python-setuptools
+ depends = python-dkim
conflicts = afew-git
source = LICENSE
source = https://github.com/afewmail/afew/archive/1.3.0.tar.gz
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")