summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanielpinto8zz62017-06-02 03:56:30 +0100
committerdanielpinto8zz62017-06-02 03:56:30 +0100
commit10c3602bb88ca2e8402b5fce87cfa8a7e21adba8 (patch)
treeb416ab1ac395b9f630ece8936fd980c3702f1d77
parentd6831b5a66ba4a22136d37435f12ff02fe5d298d (diff)
downloadaur-10c3602bb88ca2e8402b5fce87cfa8a7e21adba8.tar.gz
Gnome calendar is optdepends
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5d45c7d627b..b546432ef171 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,9 @@ pkgdesc="Calendar applet for Budgie Desktop"
arch=('i686' 'x86_64')
license=('GPL2')
sha256sums=('16d8b92b1bb7fdd3958afeff6481aa09f85f3ad26bf01f8c0975142e265c0284')
-depends=('gtk3' 'glib2' 'libpeas' 'budgie-desktop' 'gnome-calendar')
+depends=('gtk3' 'glib2' 'libpeas' 'budgie-desktop')
makedepends=('git' 'vala')
+optdepends=('gnome-calendar')
source=(https://github.com/danielpinto8zz6/${pkgname}/archive/${pkgver}.tar.gz)
url="https://github.com/danielpinto8zz6/${pkgname}"