summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2021-03-10 21:05:40 +0100
committerFabioLolix2021-03-10 21:05:40 +0100
commit9c1dc61d6b8c431e664b0406227c8e9f61535bb8 (patch)
tree1d6672ac14b7ec9517abb66981f36392695ed3cd
parent014083717c3a3b72aa27b77b99b57527f410c2c3 (diff)
downloadaur-9c1dc61d6b8c431e664b0406227c8e9f61535bb8.tar.gz
correct depends
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ef1b6654c08..41dbf7fa35ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=evolution-decsync
pkgver=1.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="DecSync Plugin for Evolution. It syncs contact and calendars to a directory, which can be shared with syncthing or rsync"
arch=(x86_64 i686 armv7h aarch64)
license=(LGPL)
url="https://github.com/39aldo39/Evolution-DecSync"
-depends=(libgee json-glib evolution-data-server evolution libdecsync)
+depends=(json-c evolution-data-server evolution libdecsync)
makedepends=(meson ninja)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/39aldo39/Evolution-DecSync/archive/v${pkgver}.tar.gz")
sha256sums=('98defcfd8af9b7a3248e7f2b674975b83e66abee08e949a598815189ea83a4dc')