diff options
author | root <root@rshg054.dnsready.net> | 2011-10-29 23:14:54 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-29 23:14:54 +0000 |
commit | 4fd31f219f19dfc2168702cef9421eaaccd9b3e6 (patch) | |
tree | 709f501e92b9474c343dce5189e76e0f60301d4b /community/e4rat | |
parent | 807f42c30ddb00c4e2d4034ce1720d7cb494e074 (diff) |
Sat Oct 29 23:14:54 UTC 2011
Diffstat (limited to 'community/e4rat')
-rw-r--r-- | community/e4rat/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/community/e4rat/PKGBUILD b/community/e4rat/PKGBUILD index 128defb93..9d3464f89 100644 --- a/community/e4rat/PKGBUILD +++ b/community/e4rat/PKGBUILD @@ -1,18 +1,17 @@ -# $Id: PKGBUILD 57392 2011-10-26 21:18:24Z mtorromeo $ +# $Id: PKGBUILD 57458 2011-10-28 07:42:34Z mtorromeo $ # Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com> # Contributor: graysky <graysky AT archlinux DOT us> pkgname=e4rat pkgver=0.2.1 -pkgrel=3 -pkgdesc="Toolset to accelerate the boot process and application startups. Root partition must be ext4 ONLY!" +pkgrel=4 +pkgdesc="Toolset to accelerate the boot process and application startups for systems with ext4 root partitions." arch=('i686' 'x86_64') url="http://e4rat.sourceforge.net/" license=('GPL') depends=('e2fsprogs' 'util-linux') makedepends=('audit' 'boost' 'cmake' 'e2fsprogs' 'perl' 'util-linux') options=(!strip) -install=("$pkgname.install") source=(http://downloads.sourceforge.net/project/$pkgname/$pkgver/e4rat_"$pkgver"_src.tar.gz) build() { |