diff options
author | root <root@rshg054.dnsready.net> | 2013-04-20 01:29:42 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-20 01:29:42 -0700 |
commit | 1f9776d421ac40faa59f797893033e99e4f919eb (patch) | |
tree | fd7420e8e8d3b090730fcc01a8ff25d13ad09442 /community/sfk | |
parent | 1fedf1f5d5351aefd88268cba7353c79adac9b8a (diff) |
Sat Apr 20 01:28:56 PDT 2013
Diffstat (limited to 'community/sfk')
-rw-r--r-- | community/sfk/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/sfk/PKGBUILD b/community/sfk/PKGBUILD index 494390ff0..70b202aa6 100644 --- a/community/sfk/PKGBUILD +++ b/community/sfk/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 77369 2012-10-09 06:40:23Z seblu $ -# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org> +# $Id: PKGBUILD 88535 2013-04-19 12:59:02Z seblu $ +# Maintainer: Sébastien Luttringer # Contributor: Baumi <baumi@gmx.com> pkgname=sfk -pkgver=1.6.6 +pkgver=1.6.7 pkgrel=1 pkgdesc='Swiss File Knife - A Command Line Tools Collection' arch=('i686' 'x86_64') @@ -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=('d32f487d783356eb15e23f5e26bf7ac7') +md5sums=('cd900b0c2f6fb362d5d3ef5190b96767') build() { cd ${pkgname}${pkgver//./} @@ -24,4 +24,4 @@ package() { install -D -m444 bsd-license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } -# vim:set ts=2 sw=2 ft=sh et: +# vim:set ts=2 sw=2 et: |