summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMrElendig2017-02-21 15:47:31 +0100
committerMrElendig2017-02-21 15:47:31 +0100
commit1727c3a2830bc41c559baefe6e2039d15b88fe0e (patch)
treee2ac1180b887065858cc991ce142b9669753f51b
parent54f0e3f8ab89efb6c6cede4d19466737af7e5d30 (diff)
downloadaur-1727c3a2830bc41c559baefe6e2039d15b88fe0e.tar.gz
dep bump and git to makedepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 230169f185e8..ef04dab886c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
pkgbase = xmonad-contrib-git
pkgdesc = Add-ons for xmonad
- pkgver = v0.12.r195.g8956684
+ pkgver = v0.13.r9.g4c00eb5
pkgrel = 1
url = http://xmonad.org/
install = xmonad-contrib.install
arch = i686
arch = x86_64
license = BSD
+ makedepends = git
depends = ghc
depends = xmonad-git
depends = sh
depends = haskell-x11>=1.6.1
- depends = haskell-x11<1.8
+ depends = haskell-x11<1.9
depends = haskell-x11-xft>=0.2
depends = haskell-utf8-string
depends = haskell-random
diff --git a/PKGBUILD b/PKGBUILD
index 27db2d522adf..e140121da2a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: orbisvicis <gmail.com>
pkgname=xmonad-contrib-git
-pkgver=v0.12.r195.g8956684
+pkgver=v0.13.r9.g4c00eb5
pkgrel=1
pkgdesc="Add-ons for xmonad"
arch=('i686' 'x86_64')
@@ -13,11 +13,12 @@ license=('BSD')
depends=('ghc'
'xmonad-git'
'sh'
- 'haskell-x11>=1.6.1' 'haskell-x11<1.8'
+ 'haskell-x11>=1.6.1' 'haskell-x11<1.9'
'haskell-x11-xft>=0.2'
'haskell-utf8-string'
'haskell-random'
'haskell-old-time')
+makedepends=('git')
conflicts=('xmonad-contrib')
provides=('xmonad-contrib')
install='xmonad-contrib.install'