summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMrElendig2017-02-21 15:46:47 +0100
committerMrElendig2017-02-21 15:46:47 +0100
commit4e0e57e18bca8c613664538d071a463b11181c37 (patch)
treeda5e7fef58984daf9d360936bd3d3cb7c5ad6f9e
parent0c7c513b41ccdd814eaf79eb266cc368669185f9 (diff)
downloadaur-4e0e57e18bca8c613664538d071a463b11181c37.tar.gz
Version bump and git to makedepends
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34adb79c0529..9cae637e11b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xmonad-git
pkgdesc = Lightweight X11 tiled window manager written in Haskell
- pkgver = v0.12.r25.g2b103ed
+ pkgver = v0.13.r0.g76f4a16
pkgrel = 1
url = http://xmonad.org/
install = xmonad.install
@@ -8,11 +8,12 @@ pkgbase = xmonad-git
arch = x86_64
license = BSD
makedepends = gendesk
+ makedepends = git
depends = ghc
depends = sh
depends = gmp
- depends = haskell-x11>=1.7
- depends = haskell-x11<1.8
+ depends = haskell-x11>=1.8
+ depends = haskell-x11<1.9
depends = haskell-mtl
depends = haskell-utf8-string>=0.3
depends = haskell-utf8-string<1.1
diff --git a/PKGBUILD b/PKGBUILD
index eff565400b9b..8f0d0d45f09f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: shild <shildv@gmail.com>
pkgname=xmonad-git
-pkgver=v0.12.r25.g2b103ed
+pkgver=v0.13.r0.g76f4a16
pkgrel=1
pkgdesc="Lightweight X11 tiled window manager written in Haskell"
arch=('i686' 'x86_64')
@@ -13,12 +13,12 @@ license=('BSD')
depends=('ghc'
'sh'
'gmp'
- 'haskell-x11>=1.7' 'haskell-x11<1.8'
+ 'haskell-x11>=1.8' 'haskell-x11<1.9'
'haskell-mtl'
'haskell-utf8-string>=0.3' 'haskell-utf8-string<1.1'
'haskell-extensible-exceptions'
'haskell-setlocale')
-makedepends=('gendesk')
+makedepends=('gendesk' 'git')
optdepends=('xorg-xmessage: for displaying visual error messages')
conflicts=('xmonad')
provides=('xmonad')