summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Zeller2016-07-18 08:06:18 +0200
committerMartin Zeller2016-07-18 08:06:18 +0200
commiteb9a3cca05c143a01634ca6db44ab791f71497da (patch)
tree8ecc56c753719abd32a66359c910ce719d8acfb3
parent8937175f1333b56c992397151f3c4810f07e472a (diff)
downloadaur-eb9a3cca05c143a01634ca6db44ab791f71497da.tar.gz
Add alex and happy as makedends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e72860423d02..f4d500262831 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,8 @@ pkgbase = github-notify
makedepends = cabal-install
makedepends = ghc
makedepends = gtk2hs-buildtools
+ makedepends = alex
+ makedepends = happy
depends = libnotify
depends = notification-daemon
source = https://github.com/Xandaros/GithubNotify/archive/0.1.2.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 7d99091fafb3..44ce49bbe745 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ url="https://www.github.com/Xandaros/GithubNotify"
arch=('x86_64' 'i686')
license=('custom')
depends=('libnotify' 'notification-daemon')
-makedepends=('cabal-install' 'ghc' 'gtk2hs-buildtools')
+makedepends=('cabal-install' 'ghc' 'gtk2hs-buildtools' 'alex' 'happy')
conflicts=()
replaces=()
backup=()