diff options
author | root <root@rshg047.dnsready.net> | 2011-04-11 04:43:21 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-04-11 04:43:21 +0000 |
commit | 06c7c4c5ef2c808f288b2a8cd63548a322d66754 (patch) | |
tree | 178258b847b80ef8c3f25abc6c5ae2495048b66b /community/subtle/PKGBUILD | |
parent | 8f6922302486fa1cc1112ff8b3daddb48c3260f2 (diff) |
Mon Apr 11 04:43:21 UTC 2011
Diffstat (limited to 'community/subtle/PKGBUILD')
-rw-r--r-- | community/subtle/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/community/subtle/PKGBUILD b/community/subtle/PKGBUILD index c08e25119..247479027 100644 --- a/community/subtle/PKGBUILD +++ b/community/subtle/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 38833 2011-02-01 21:18:39Z angvp $ +# $Id: PKGBUILD 44650 2011-04-10 13:39:02Z 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.2573 -pkgrel=2 +pkgver=0.9.2773 +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,10 +14,10 @@ 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/46/$pkgname-$pkgver-lambda.tbz2) -md5sums=('afcb897307329fc2cdb0733db9cc3a79') +source=(http://subforge.org/attachments/download/50/$pkgname-$pkgver-mu.tbz2) +md5sums=('bbae53d6c16cfe25186003e9e28504f8') build() { - cd "$srcdir/$pkgname-$pkgver-lambda" + cd "$srcdir/$pkgname-$pkgver-mu" rake destdir=$pkgdir install } |