summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBatuhan Başerdem2020-06-16 10:54:57 -0400
committerBatuhan Başerdem2020-06-16 10:54:57 -0400
commit04afdb5197d77b390d8d772739a0892c14750ff4 (patch)
treee345e3a35f3894f83e70bee6361e4f66b625c87b /PKGBUILD
parent6ed8d6afef8969313aef5f8aa9642a8242ebf8a5 (diff)
downloadaur-04afdb5197d77b390d8d772739a0892c14750ff4.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6286ba27b912..5d93ad314b30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,9 +13,9 @@ license=('MIT')
source=("${url}/archive/v${pkgver}.tar.gz")
makedepends=('python' 'python-setuptools')
depends=(
- 'maestral'
- 'python'
- 'python-bugsnag'
+ 'maestral>=1.1.0'
+ 'python>=3.6'
+ 'python-bugsnag>=3.4.0'
'python-click>=7.1.1'
'python-markdown2'
'python-packaging'