diff options
author | root <root@rshg047.dnsready.net> | 2011-06-01 22:46:45 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-06-01 22:46:45 +0000 |
commit | e7b9c9697e6a50c3b9e78941fa95ba11c716d238 (patch) | |
tree | 4df601d78b5a2009ebeea5f01afe1f6e2beb8ca4 /community/tomoyo-tools | |
parent | 311d0420d77867bdb1066d38743e68e596a17ce5 (diff) |
Wed Jun 1 22:46:45 UTC 2011
Diffstat (limited to 'community/tomoyo-tools')
-rw-r--r-- | community/tomoyo-tools/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/tomoyo-tools/PKGBUILD b/community/tomoyo-tools/PKGBUILD index ceda8d708..1a141b782 100644 --- a/community/tomoyo-tools/PKGBUILD +++ b/community/tomoyo-tools/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 44878 2011-04-12 10:45:41Z spupykin $ +# $Id: PKGBUILD 48297 2011-05-31 09:33:14Z 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=20110211 +_timestamp=20110511 pkgver=${_basever}.${_timestamp} -pkgrel=4 +pkgrel=1 pkgdesc='TOMOYO Linux 2.3.x userspace tools for Linux kernel 2.6.36 and later' arch=('i686' 'x86_64') url='http://tomoyo.sourceforge.jp' @@ -16,7 +16,7 @@ makedepends=('help2man') conflicts=('ccs-tools') install=tomoyo-tools.install source=("http://sourceforge.jp/frs/redir.php?f=/tomoyo/48663/${pkgname}-${_basever}-${_timestamp}.tar.gz") -md5sums=('000015f85fe9aa814196d5a981fab5b6') +md5sums=('bbbbaeb145ae12e5fe6154707807b90e') build() { cd "${srcdir}/${pkgname}" |