diff options
Diffstat (limited to 'community/tomoyo-tools/PKGBUILD')
-rw-r--r-- | community/tomoyo-tools/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/tomoyo-tools/PKGBUILD b/community/tomoyo-tools/PKGBUILD index 86d8a19a1..f5acfbdbf 100644 --- a/community/tomoyo-tools/PKGBUILD +++ b/community/tomoyo-tools/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 74852 2012-08-07 13:20:49Z spupykin $ +# $Id: PKGBUILD 84271 2013-02-15 10:11:37Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Jamie Nguyen <jamie AT tomoyolinux.co.uk> pkgname=tomoyo-tools _basever=2.5.0 -_timestamp=20120805 +_timestamp=20130214 _file=53357 pkgver=${_basever}.${_timestamp} pkgrel=1 @@ -17,7 +17,7 @@ depends=('ncurses') conflicts=('ccs-tools') install=tomoyo-tools.install source=("http://sourceforge.jp/frs/redir.php?f=/tomoyo/${_file}/${pkgname}-${_basever}-${_timestamp}.tar.gz") -md5sums=('cccc7cb7f9492dc53063065f7ccf7b21') +md5sums=('ffff6b531ed9ac32b01722a9cd749a2f') build() { cd "${srcdir}/${pkgname}" |