diff options
Diffstat (limited to 'community/sfk/PKGBUILD')
-rw-r--r-- | community/sfk/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/sfk/PKGBUILD b/community/sfk/PKGBUILD index e19df670f..c75baf697 100644 --- a/community/sfk/PKGBUILD +++ b/community/sfk/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 102870 2013-12-23 01:46:34Z seblu $ +# $Id: PKGBUILD 105651 2014-02-13 00:44:20Z seblu $ # Maintainer: Sébastien Luttringer # Contributor: Baumi <baumi@gmx.com> pkgname=sfk -pkgver=1.6.9 +pkgver=1.7.0 pkgrel=1 pkgdesc='Swiss File Knife - A Command Line Tools Collection' arch=('i686' 'x86_64' 'mips64el') @@ -11,7 +11,7 @@ url='http://stahlforce.com/dev/?tool=sfk' license=('custom: BSD') depends=('gcc-libs') source=("http://downloads.sourceforge.net/swissfileknife/${pkgname}${pkgver//./}.zip") -md5sums=('3a006bd1f73587ef347838231a5adbb3') +md5sums=('325842e02ca7db504deace76b6375861') build() { cd ${pkgname}${pkgver//./} |