summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMrElendig2016-12-28 13:19:35 +0100
committerMrElendig2016-12-28 13:19:35 +0100
commit0c7c513b41ccdd814eaf79eb266cc368669185f9 (patch)
treefc0376158e91c5fae2e78bd23839e1c921e68655
parent111241d45f39fd7270c1f1c6325587d132258c26 (diff)
downloadaur-0c7c513b41ccdd814eaf79eb266cc368669185f9.tar.gz
haskell-x11 dep bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7fb6fce19ce..34adb79c0529 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 = 3
+ pkgver = v0.12.r25.g2b103ed
+ pkgrel = 1
url = http://xmonad.org/
install = xmonad.install
arch = i686
@@ -11,8 +11,8 @@ pkgbase = xmonad-git
depends = ghc
depends = sh
depends = gmp
- depends = haskell-x11>=1.5
- depends = haskell-x11<1.7
+ depends = haskell-x11>=1.7
+ depends = haskell-x11<1.8
depends = haskell-mtl
depends = haskell-utf8-string>=0.3
depends = haskell-utf8-string<1.1
diff --git a/PKGBUILD b/PKGBUILD
index 0057cd4c3238..eff565400b9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: shild <shildv@gmail.com>
pkgname=xmonad-git
-pkgver=v0.11.r44.g577d5ae
-pkgrel=3
+pkgver=v0.12.r25.g2b103ed
+pkgrel=1
pkgdesc="Lightweight X11 tiled window manager written in Haskell"
arch=('i686' 'x86_64')
url="http://xmonad.org/"
@@ -13,7 +13,7 @@ license=('BSD')
depends=('ghc'
'sh'
'gmp'
- 'haskell-x11>=1.5' 'haskell-x11<1.7'
+ 'haskell-x11>=1.7' 'haskell-x11<1.8'
'haskell-mtl'
'haskell-utf8-string>=0.3' 'haskell-utf8-string<1.1'
'haskell-extensible-exceptions'