summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Hoffmann2018-08-01 17:03:49 +0200
committerLucas Hoffmann2018-08-01 17:03:58 +0200
commit25deda13a40bc06a76f2ffe81ac063311e720d80 (patch)
treeb38b1eedb320c3076633cebf004b960c8a237b5a
parented875526952fcc39b6075ff634b6316648ae80c4 (diff)
downloadaur-25deda13a40bc06a76f2ffe81ac063311e720d80.tar.gz
Remove dbacl from deps
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ef8fb1b8abd..c0e0d1a87211 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,6 @@ pkgbase = afew
makedepends = python-sphinx
depends = python
depends = notmuch
- depends = dbacl
depends = python-chardet
depends = python-setuptools
depends = python-dkim
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")