summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAtomicFS2024-05-05 15:39:13 +0200
committerAtomicFS2024-05-05 15:39:13 +0200
commit4976b6168d541ce33fefe6672f14488f840b0597 (patch)
treec22c3910d705509243f4687d546d888ce200a868
parent0dc2f1e7ea78a5dff8878d4e378fc33626cecb03 (diff)
downloadaur-4976b6168d541ce33fefe6672f14488f840b0597.tar.gz
add missing dependency
Signed-off-by: AtomicFS <vojtech_vesely@white-hat-hacker.icu>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b65fbdbec4ef..732289e8fa56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = python-imap-tools
pkgdesc = Work with email and mailbox by IMAP
pkgver = 1.6.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ikvk/imap_tools
arch = any
license = Apache-2.0
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
+ depends = git
depends = python
source = python-imap-tools::git+https://github.com/ikvk/imap_tools#tag=v1.6.0
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4c669b800dd9..b873b723b91b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=python-imap-tools
pkgver=1.6.0
-pkgrel=2
+pkgrel=3
pkgdesc="Work with email and mailbox by IMAP"
arch=('any')
url="https://github.com/ikvk/imap_tools"
license=('Apache-2.0')
depends=(
+ 'git'
'python'
)
makedepends=(