diff options
author | root <root@rshg054.dnsready.net> | 2012-03-16 00:01:21 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-16 00:01:21 +0000 |
commit | cd326e60e1e54ebe83bd700850b313c69f419eef (patch) | |
tree | b15df594ae07c150fff4a55c0d1a01885b232dd0 /community/shake | |
parent | 14635ca5380a480450a66c3fcc29992d29a2bd8e (diff) |
Fri Mar 16 00:01:21 UTC 2012
Diffstat (limited to 'community/shake')
-rw-r--r-- | community/shake/PKGBUILD | 4 | ||||
-rw-r--r-- | community/shake/shake.install | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/community/shake/PKGBUILD b/community/shake/PKGBUILD index cc8f72da6..55336da5f 100644 --- a/community/shake/PKGBUILD +++ b/community/shake/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 43460 2011-03-26 10:32:40Z jlichtblau $ +# $Id: PKGBUILD 67776 2012-03-14 11:42:05Z giovanni $ # Maintainer : Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor : Allan McRae <allan@archlinux.org> # Contributor: Julien MISCHKOWITZ <wain@archlinux.fr> pkgname=shake pkgver=0.999 -pkgrel=1 +pkgrel=2 pkgdesc="Userspace defragmenter that can be run while system is in use" arch=('i686' 'x86_64') url="http://vleu.net/shake/" diff --git a/community/shake/shake.install b/community/shake/shake.install index 572430c7f..0ca53862b 100644 --- a/community/shake/shake.install +++ b/community/shake/shake.install @@ -3,6 +3,5 @@ post_install() { } post_upgrade() { - post_install + post_install } - |