summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')