summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMrElendig2015-09-16 16:49:57 +0200
committerMrElendig2015-09-16 16:49:57 +0200
commitfc6f7e3eed18775597bcda5de9dee1e18123adf0 (patch)
tree64c4f459c3761633045184c10d13b10d7bdca9a0
parent0654a9a170134cfdf5a1f96f524555e21ca24602 (diff)
downloadaur-fc6f7e3eed18775597bcda5de9dee1e18123adf0.tar.gz
added missing haskell-setlocale dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f3bdc618310..69425c241bb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xmonad-git
pkgdesc = Lightweight X11 tiled window manager written in Haskell
pkgver = v0.11.r44.g577d5ae
- pkgrel = 1
+ pkgrel = 2
url = http://xmonad.org/
install = xmonad.install
arch = i686
@@ -15,6 +15,7 @@ pkgbase = xmonad-git
depends = haskell-mtl=2.2.1
depends = haskell-utf8-string=1
depends = haskell-extensible-exceptions=0.1.1.4
+ depends = haskell-setlocale
optdepends = xorg-xmessage: for displaying visual error messages
provides = xmonad
conflicts = xmonad
diff --git a/PKGBUILD b/PKGBUILD
index b6d583f1662b..a40ffb59ae13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,14 @@
pkgname=xmonad-git
pkgver=v0.11.r44.g577d5ae
-pkgrel=1
+pkgrel=2
pkgdesc="Lightweight X11 tiled window manager written in Haskell"
arch=('i686' 'x86_64')
url="http://xmonad.org/"
license=('BSD')
-depends=('ghc=7.10.1' 'gmp' 'haskell-x11=1.6.1.2' 'sh' 'haskell-mtl=2.2.1' 'haskell-utf8-string=1' 'haskell-extensible-exceptions=0.1.1.4')
+depends=('ghc=7.10.1' 'gmp' 'haskell-x11=1.6.1.2' 'sh' 'haskell-mtl=2.2.1'
+ 'haskell-utf8-string=1' 'haskell-extensible-exceptions=0.1.1.4'
+ 'haskell-setlocale')
makedepends=('gendesk')
optdepends=('xorg-xmessage: for displaying visual error messages')
conflicts=('xmonad')