summaryrefslogtreecommitdiff
path: root/community/scrotwm/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/scrotwm/PKGBUILD')
-rw-r--r--community/scrotwm/PKGBUILD8
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"