summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPi-Yueh Chuang2021-06-03 23:15:38 -0400
committerPi-Yueh Chuang2021-06-03 23:15:38 -0400
commitf2ae95c10a19d6f54798035342722571d30646f5 (patch)
treea5b6db091ddfe950de261ab1a97f0ce6e3b7a7fa
parent5794ce47a95cd59f9d4766893b802f28bec943bf (diff)
downloadaur-f2ae95c10a19d6f54798035342722571d30646f5.tar.gz
upgpkg: offlineimap3-git r2732.721d579-2
added python-distro to dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca707a3f0454..9dff9c746aab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = offlineimap3-git
pkgdesc = Read/sync your IMAP mailboxes (python3)
pkgver = r2732.721d579
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/OfflineIMAP/offlineimap3
arch = any
license = GPL2
makedepends = asciidoc
depends = python-imaplib2-git
depends = python-rfc6555
+ depends = python-distro
optdepends = python-gssapi: for Kerberos authentication
optdepends = python-portalocker: if you need to run offlineimap in Cygwin for Windows
provides = offlineimap
diff --git a/PKGBUILD b/PKGBUILD
index 049b88728940..be1efd73a398 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pi-Yueh Chuang <pychuang@pm.me>
pkgname=offlineimap3-git
pkgver=r2732.721d579
-pkgrel=1
+pkgrel=2
pkgdesc="Read/sync your IMAP mailboxes (python3)"
arch=("any")
url="https://github.com/OfflineIMAP/offlineimap3"
@@ -9,6 +9,7 @@ license=("GPL2")
depends=(
"python-imaplib2-git"
"python-rfc6555"
+ "python-distro"
)
makedepends=("asciidoc")
optdepends=(