diff options
Diffstat (limited to 'community/tomoyo-tools/PKGBUILD')
-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}" |