summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLucas Hoffmann2018-08-01 17:03:49 +0200
committerLucas Hoffmann2018-08-01 17:03:58 +0200
commit25deda13a40bc06a76f2ffe81ac063311e720d80 (patch)
treeb38b1eedb320c3076633cebf004b960c8a237b5a /PKGBUILD
parented875526952fcc39b6075ff634b6316648ae80c4 (diff)
downloadaur-25deda13a40bc06a76f2ffe81ac063311e720d80.tar.gz
Remove dbacl from deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b08eff0bf523..1d9d8c4dc910 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ 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' 'python-dkim')
+depends=('python' 'notmuch' 'python-chardet' 'python-setuptools' 'python-dkim')
makedepends=('python-sphinx')
conflicts=(afew-git)
source=('LICENSE' "https://github.com/afewmail/afew/archive/$pkgver.tar.gz")