summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBatuhan Başerdem2021-05-21 15:07:16 -0400
committerBatuhan Başerdem2021-05-21 15:07:16 -0400
commit9dca52335c5385a3e1ded7311ab5ea45942c9770 (patch)
treee760475a060999f1f00212e93c1537e0fc074e5a /PKGBUILD
parent5abdb2a299e25fcc094722660dddd8de627877bb (diff)
downloadaur-9dca52335c5385a3e1ded7311ab5ea45942c9770.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f5feb766b55..1cb621c7ed75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _name=maestral-qt
pkgname="${_name}-git"
provides=("${_name}")
conflicts=("${_name}")
-pkgver=1.3.2.dev0.r0.gddb1dd5
+pkgver=1.4.4
pkgrel=1
pkgdesc='A Qt interface for the Maestral daemon'
arch=('any')
@@ -14,8 +14,9 @@ license=('MIT')
source=("git+${url}#branch=develop")
makedepends=('git' 'python' 'python-setuptools' 'python-wheel')
depends=(
+ 'python-click>=7.1.1'
'python'
- 'maestral'
+ 'maestral>=1.4.3'
'python-click>=7.1.1'
'python-markdown2'
'python-packaging'