diff options
author | root <root@rshg054.dnsready.net> | 2011-08-19 23:14:47 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-08-19 23:14:47 +0000 |
commit | c6a4d3790fc33558d9af322dac15d2bd6d34ac0b (patch) | |
tree | 934e1d11b80c8529b23dcb07b626c5b81e8b156d /community/subtle | |
parent | 59eecef62ae9aa7dd391310f30293318f641c59c (diff) |
Fri Aug 19 23:14:46 UTC 2011
Diffstat (limited to 'community/subtle')
-rw-r--r-- | community/subtle/PKGBUILD | 12 | ||||
-rw-r--r-- | community/subtle/subtle.install | 3 |
2 files changed, 9 insertions, 6 deletions
diff --git a/community/subtle/PKGBUILD b/community/subtle/PKGBUILD index 268736beb..84e963398 100644 --- a/community/subtle/PKGBUILD +++ b/community/subtle/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 44915 2011-04-12 21:25:17Z angvp $ +# $Id: PKGBUILD 54488 2011-08-18 18:11:38Z angvp $ # Maintainer: Angel Velasquez <angvp@archlinux.org> # Contributor: unexist <unexist@dorfelite.net> # Past Contributors: Abakus <java5@arcor.de>, TDY <tdy@gmx.com>, Xilon <xilonmu@gmail.com> pkgname=subtle -pkgver=0.9.2773 -pkgrel=2 +pkgver=0.10.3008 +pkgrel=1 pkgdesc="A grid-based manual tiling window manager with a strong focus on easy but customizable look and feel" arch=("i686" "x86_64") url="http://subtle.subforge.org" @@ -14,11 +14,11 @@ makedepends=("ruby" "pkg-config" "libxinerama" "libxrandr" "libxft" "libxpm") provides=("subtle") conflicts=("subtle-hg") backup=("etc/xdg/subtle/subtle.rb") -source=(http://subforge.org/attachments/download/50/$pkgname-$pkgver-mu.tbz2) -md5sums=('bbae53d6c16cfe25186003e9e28504f8') install=subtle.install +source=(http://subforge.org/attachments/download/75/$pkgname-$pkgver-nu.tbz2) +md5sums=('10961e02f45a7ce9fc7ca5b11360f001') build() { - cd "$srcdir/$pkgname-$pkgver-mu" + cd "$srcdir/$pkgname-$pkgver-nu" rake destdir=$pkgdir install } diff --git a/community/subtle/subtle.install b/community/subtle/subtle.install index 36fa9bafe..363d963c5 100644 --- a/community/subtle/subtle.install +++ b/community/subtle/subtle.install @@ -1,4 +1,7 @@ post_upgrade() { + echo "ATTENTION:" + echo "This release of subtle (0.10.3008) includes awesome changes that might break your config, so please check http://subforge.org/projects/subtle and enjoy the new features" + echo "" echo "In order to use sur you have to install the following dependencies: curb and minitar with" echo "You can use this gem command: " echo " gem install curb minitar" |