summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGenki Sky2017-08-30 00:39:26 -0400
committerGenki Sky2017-08-30 00:54:59 -0400
commit7a5d4d71f137713c7dfcbe9c498ad5ac6e38c60e (patch)
treeb6115e45cf245d6a845d88d4c9c0d39c0c7233c0
parentcda3bbcf7e1a74fbc43ae61463d2e670bf8db3be (diff)
downloadaur-7a5d4d71f137713c7dfcbe9c498ad5ac6e38c60e.tar.gz
Add missing dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 727022679c41..bf942a93bfb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = notmuch-extract-patch-git
arch = x86_64
license = GPLv3
makedepends = git
+ depends = notmuch
+ depends = python
provides = notmuch-extract-patch
conflicts = notmuch-extract-patch
source = git://github.com/aaptel/notmuch-extract-patch
diff --git a/PKGBUILD b/PKGBUILD
index c4a51a73b75f..db677d9f9a1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgdesc='Extract git patchset from notmuch emails'
arch=('i686' 'x86_64')
url='https://github.com/aaptel/notmuch-extract-patch'
license=('GPLv3')
+depends=('notmuch' 'python')
makedepends=('git')
provides=('notmuch-extract-patch')
conflicts=('notmuch-extract-patch')