summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Petrescu2020-06-08 12:44:25 -0400
committerAdrian Petrescu2020-06-08 12:44:25 -0400
commitfd962b0776e740b8cd26719d9972cd946391f93f (patch)
treedbe4f3f7873627194e347f6824a5459751d70f0f /PKGBUILD
parent183369d1b4499045cad76a3301ef53e6dc218692 (diff)
downloadaur-s4cmd-python3-git.tar.gz
upgpkg: s4cmd-python3-git 132.80059bf-3
pkgrel 3: add python-pytz dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6173551af292..50195b9e6a60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
_pkgname=s4cmd
pkgname=s4cmd-python3-git
pkgver=132.80059bf
-pkgrel=2
+pkgrel=3
pkgdesc="Super S3 command line tool (git) for Python 3"
arch=('any')
url="https://github.com/bloomreach/${_pkgname}"
license=('GPL')
-depends=('python' 'python-dateutil' 'python-boto3')
+depends=('python' 'python-dateutil' 'python-boto3' 'python-pytz')
makedepends=(git python-setuptools)
optdepends=('gnupg: encrypted file storage')
provides=('s4cmd')