diff options
author | root <root@rshg054.dnsready.net> | 2012-01-12 23:14:51 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-01-12 23:14:51 +0000 |
commit | b5f690637837ff269bf5d248ee2dc37ea5236ca8 (patch) | |
tree | e63126d6f2f33cb2d56549f0657e1ce075e3acc9 /community/scrotwm | |
parent | 3a0439ec6aea4411ac6d11c90cd8220f8f12a660 (diff) |
Thu Jan 12 23:14:51 UTC 2012
Diffstat (limited to 'community/scrotwm')
-rw-r--r-- | community/scrotwm/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/scrotwm/PKGBUILD b/community/scrotwm/PKGBUILD index c89137f73..2bcc42643 100644 --- a/community/scrotwm/PKGBUILD +++ b/community/scrotwm/PKGBUILD @@ -1,9 +1,10 @@ +# $Id: PKGBUILD 61972 2012-01-12 00:12:43Z kkeen $ # Maintainer: Kyle Keen <keenerd@gmail.com> # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org> pkgname=scrotwm -pkgver=0.9.34 -pkgrel=2 +pkgver=0.10.0 +pkgrel=1 pkgdesc="A minimalistic dynamic tiling window manager that tries to stay out of the way." arch=('i686' 'x86_64') url="http://www.scrotwm.org" @@ -15,7 +16,7 @@ backup=(etc/scrotwm.conf) source=(http://opensource.conformal.com/snapshots/$pkgname/$pkgname-$pkgver.tgz \ LICENSE \ baraction.sh) -md5sums=('d38e296dd0bf014046e82cd42932f398' +md5sums=('407862684229a2c3282f2c1be59ee0fa' 'a67cfe51079481e5b0eab1ad371379e3' '6132ba773ee00f39d8f67ac0347a9814') @@ -39,7 +40,6 @@ package() { cd .. install -Dm644 scrotwm.conf "$pkgdir/etc/scrotwm.conf" install -Dm755 screenshot.sh "$pkgdir/usr/share/scrotwm/screenshot.sh" - #cd ../.. cd "$srcdir" install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" install -Dm755 baraction.sh "$pkgdir/usr/share/scrotwm/baraction.sh" |