summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Gjengset2015-12-15 13:34:41 -0500
committerJon Gjengset2015-12-15 13:34:41 -0500
commite67f7080cc39cb0ce6d98e8343e7213d16486501 (patch)
tree37feceea77d2b4b6dde74ca7b9d25d5dc1cf1ab4
parentb1ab41e1c1c2f2adb0e6b802f7d8cf532bc70dcc (diff)
downloadaur-e67f7080cc39cb0ce6d98e8343e7213d16486501.tar.gz
Move notification-daemon to optdepends
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD5
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15946e5f2de9..c77deeea40bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,19 @@
+# Generated by mksrcinfo v8
+# Tue Dec 15 18:32:00 UTC 2015
pkgbase = hasmail
pkgdesc = System tray application that checks for and notifies about new mail
- pkgver = 20150302
- pkgrel = 1
+ pkgver = 20150928
+ pkgrel = 2
url = http://github.com/Jonhoo/hasmail
arch = x86_64
arch = i686
license = BSD
- makedepends = go
+ makedepends = go>=1.5
makedepends = git
makedepends = mercurial
depends = gtk2
depends = libnotify
- depends = notify-osd
+ optdepends = notification-deamon: for new mail notifications
options = !strip
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 71132be95ef2..63c34d99fadd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=hasmail
pkgver=20150928
-pkgrel=1
+pkgrel=2
pkgdesc="System tray application that checks for and notifies about new mail"
arch=('x86_64' 'i686')
url="http://github.com/Jonhoo/hasmail"
license=('BSD')
-depends=('gtk2' 'libnotify' 'notify-osd')
+depends=('gtk2' 'libnotify')
+optdepends=('notification-deamon: for new mail notifications')
makedepends=('go>=1.5' 'git' 'mercurial')
options=('!strip' '!emptydirs')
_gourl=github.com/jonhoo/hasmail