summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMrElendig2015-10-01 20:28:28 +0200
committerMrElendig2015-10-01 20:28:28 +0200
commitd5f0ba215f4d965c2c350ea24fb5755558f69929 (patch)
treeafbf2f5ff9ce49e83129b09c03b2bf4159fbaffb
parentb20de644960df51927ac9398426d3c49811087e0 (diff)
downloadaur-d5f0ba215f4d965c2c350ea24fb5755558f69929.tar.gz
change to deps, added warning about rebuild
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD11
-rw-r--r--xmonad-contrib.install2
3 files changed, 18 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b9736842b64..497439766bc5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,20 @@
pkgbase = xmonad-contrib-git
pkgdesc = Add-ons for xmonad
pkgver = v0.11.r150.g32f3fbd
- pkgrel = 1
+ pkgrel = 2
url = http://xmonad.org/
install = xmonad-contrib.install
arch = i686
arch = x86_64
license = BSD
- depends = ghc=7.10.1
+ depends = ghc
depends = xmonad-git
depends = sh
- depends = haskell-x11=1.6.1.2
- depends = haskell-x11-xft=0.3.1
- depends = haskell-utf8-string=1
- depends = haskell-random=1.1
+ depends = haskell-x11>=1.6.1
+ depends = haskell-x11<1.7
+ depends = haskell-x11-xft>=0.2
+ depends = haskell-utf8-string
+ depends = haskell-random
depends = haskell-old-time
provides = xmonad-contrib
conflicts = xmonad-contrib
diff --git a/PKGBUILD b/PKGBUILD
index a60f777697ad..de5221f669a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,19 @@
pkgname=xmonad-contrib-git
pkgver=v0.11.r150.g32f3fbd
-pkgrel=1
+pkgrel=2
pkgdesc="Add-ons for xmonad"
arch=('i686' 'x86_64')
url="http://xmonad.org/"
license=('BSD')
-depends=('ghc=7.10.1' 'xmonad-git' 'sh' 'haskell-x11=1.6.1.2' 'haskell-x11-xft=0.3.1' 'haskell-utf8-string=1' 'haskell-random=1.1' 'haskell-old-time')
+depends=('ghc'
+ 'xmonad-git'
+ 'sh'
+ 'haskell-x11>=1.6.1' 'haskell-x11<1.7'
+ 'haskell-x11-xft>=0.2'
+ 'haskell-utf8-string'
+ 'haskell-random'
+ 'haskell-old-time')
conflicts=('xmonad-contrib')
provides=('xmonad-contrib')
install='xmonad-contrib.install'
diff --git a/xmonad-contrib.install b/xmonad-contrib.install
index e9208c83391a..57583b0d57be 100644
--- a/xmonad-contrib.install
+++ b/xmonad-contrib.install
@@ -2,6 +2,7 @@ HS_DIR=usr/share/haskell/xmonad-contrib
post_install() {
${HS_DIR}/register.sh
+ echo "You have to rebuild this package after any change to the haskell deps"
}
pre_upgrade() {
@@ -10,6 +11,7 @@ pre_upgrade() {
post_upgrade() {
${HS_DIR}/register.sh
+ echo "You have to rebuild this package after any change to the haskell deps"
}
pre_remove() {