summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBatuhan Başerdem2021-02-04 11:30:19 -0500
committerBatuhan Başerdem2021-02-04 11:30:19 -0500
commit1e88b3063f9c9f3fed04d1a695871746847e4755 (patch)
tree5dcbb33b9a62dd7811e9cc0d0d6aec030b1be5df /PKGBUILD
parentac98b21dee15c130a757b87c9987275a2cf89031 (diff)
downloadaur-1e88b3063f9c9f3fed04d1a695871746847e4755.tar.gz
Removed version req to prevent block of maestral-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5fb34bac83ff..d33b59de50f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# python-markdown2
pkgname=maestral-qt
pkgver=1.3.1
-pkgrel=1
+pkgrel=2
pkgdesc='A Qt interface for the Maestral daemon'
arch=('any')
url="https://github.com/SamSchott/${pkgname}"
@@ -14,7 +14,7 @@ source=("${url}/archive/v${pkgver}.tar.gz")
makedepends=('python' 'python-setuptools')
depends=(
'python'
- 'maestral>=1.3.0'
+ 'maestral'
'python-click>=7.1.1'
'python-markdown2'
'python-packaging'