summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hacohen2020-06-08 18:04:17 +0300
committerTom Hacohen2020-06-08 18:04:23 +0300
commitd5f2e8eb90c7886805c94dc032026787b5cd0ed0 (patch)
tree8a998936968d89e12a164d543f0c34bb74707a71
parentb987afef407c9a69a4780809f7806aa4ea36d857 (diff)
downloadaur-d5f2e8eb90c7886805c94dc032026787b5cd0ed0.tar.gz
Fix dependency to allow radicale to be exactly 3.0.0.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9be63edd340..f5bcd0148fcb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = etesync-dav
pkgdesc = A CalDAV and CardDAV adapter for EteSync
pkgver = 0.18.1
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.python.org/pypi/etesync-dav/
arch = any
license = GPL
makedepends = python-setuptools
depends = python-appdirs
depends = python-etesync
- depends = radicale>3.0.0
+ depends = radicale>=3.0.0
depends = python-flask
depends = python-flask-wtf
replaces = python-radicale-storage-etesync
diff --git a/PKGBUILD b/PKGBUILD
index e9d3a13f7e1c..c46878777125 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=etesync-dav
pkgver=0.18.1
-pkgrel=1
+pkgrel=2
pkgdesc="A CalDAV and CardDAV adapter for EteSync"
arch=('any')
url="https://pypi.python.org/pypi/${pkgname}/"
license=('GPL')
depends=('python-appdirs'
'python-etesync'
- 'radicale>3.0.0'
+ 'radicale>=3.0.0'
'python-flask'
'python-flask-wtf'
)