diff options
author | root <root@rshg054.dnsready.net> | 2011-11-10 23:14:50 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-11-10 23:14:50 +0000 |
commit | 4141f5b04aab597f88a617a82649a404c773469a (patch) | |
tree | b293827df78bf1e9b7059db63c04c3f7ab854ae6 /community/tomoyo-tools | |
parent | 7b0cdd65ac7bcd3c7597b528a10de58e4e0a430f (diff) |
Thu Nov 10 23:14:50 UTC 2011
Diffstat (limited to 'community/tomoyo-tools')
-rw-r--r-- | community/tomoyo-tools/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/community/tomoyo-tools/PKGBUILD b/community/tomoyo-tools/PKGBUILD index d5a011512..caf0eb347 100644 --- a/community/tomoyo-tools/PKGBUILD +++ b/community/tomoyo-tools/PKGBUILD @@ -1,10 +1,11 @@ -# $Id: PKGBUILD 56076 2011-09-30 09:42:38Z spupykin $ +# $Id: PKGBUILD 58253 2011-11-09 13:16:03Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Jamie Nguyen <jamie AT tomoyolinux.co.uk> pkgname=tomoyo-tools -_basever=2.3.0 -_timestamp=20110929 +_basever=2.4.0 +_timestamp=20111025 +_file=52848 pkgver=${_basever}.${_timestamp} pkgrel=1 pkgdesc='TOMOYO Linux 2.3.x userspace tools for Linux kernels 2.6.36 - 3.0' @@ -15,8 +16,8 @@ license=('GPL') depends=('ncurses') conflicts=('ccs-tools') install=tomoyo-tools.install -source=("http://sourceforge.jp/frs/redir.php?f=/tomoyo/48663/${pkgname}-${_basever}-${_timestamp}.tar.gz") -md5sums=('4444feb74a84f2ae50a9a5d8065c3a8e') +source=("http://sourceforge.jp/frs/redir.php?f=/tomoyo/${_file}/${pkgname}-${_basever}-${_timestamp}.tar.gz") +md5sums=('eeee0afbccae2291e16dbbb64cf85370') build() { cd "${srcdir}/${pkgname}" |