summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbtd13372019-08-10 01:51:33 -0300
committerbtd13372019-08-10 01:51:33 -0300
commit175029ce664ef125c4504019b64b37ea080d9ac6 (patch)
treed542d5b67b7773f4ac40b7c40576ea0997662707
parente73748197c9245e595baa3e4d3437f74b935e69d (diff)
downloadaur-175029ce664ef125c4504019b64b37ea080d9ac6.tar.gz
add pantheon-calendar dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 299bd1967e9e..95d5cfa0d736 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,6 +19,7 @@ pkgbase = artegeek-planner-git
depends = libgee
depends = libnotify
depends = libunity
+ depends = pantheon-calendar
depends = sqlite
provides = artegeek-planner
provides = planner-eos
diff --git a/PKGBUILD b/PKGBUILD
index bb2db3424ac4..bcba2cb54701 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,8 @@ arch=('i686' 'x86_64')
url="https://github.com/${_author}/${_gitname}"
license=('GPL3')
depends=('gtk3' 'granite' 'appstream' 'discount' 'evolution-data-server'
- 'geoclue' 'gtksourceview3' 'libgee' 'libnotify' 'libunity' 'sqlite' )
+ 'geoclue' 'gtksourceview3' 'libgee' 'libnotify' 'libunity'
+ 'pantheon-calendar' 'sqlite' )
optdepends=('')
makedepends=('git' 'meson' 'vala')
provides=("artegeek-${_gitname}" "planner-eos")