summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Gjengset2015-12-15 17:14:51 -0500
committerJon Gjengset2015-12-15 17:14:51 -0500
commit9128a821f09d423f0fc8e76f43caf4e79392573c (patch)
tree6eff9426d832564a5e91553d93d646e1bc77ee21
parente67f7080cc39cb0ce6d98e8343e7213d16486501 (diff)
downloadaur-9128a821f09d423f0fc8e76f43caf4e79392573c.tar.gz
dependency typo
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c77deeea40bb..aa5829444be5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Dec 15 18:32:00 UTC 2015
+# Tue Dec 15 22:14:41 UTC 2015
pkgbase = hasmail
pkgdesc = System tray application that checks for and notifies about new mail
pkgver = 20150928
- pkgrel = 2
+ pkgrel = 3
url = http://github.com/Jonhoo/hasmail
arch = x86_64
arch = i686
@@ -13,7 +13,7 @@ pkgbase = hasmail
makedepends = mercurial
depends = gtk2
depends = libnotify
- optdepends = notification-deamon: for new mail notifications
+ optdepends = notification-daemon: for new mail notifications
options = !strip
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 63c34d99fadd..38076994e9ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=hasmail
pkgver=20150928
-pkgrel=2
+pkgrel=3
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')
-optdepends=('notification-deamon: for new mail notifications')
+optdepends=('notification-daemon: for new mail notifications')
makedepends=('go>=1.5' 'git' 'mercurial')
options=('!strip' '!emptydirs')
_gourl=github.com/jonhoo/hasmail