diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-22 03:51:15 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-22 03:51:15 +0000 |
commit | 50a801882f997d91380ebb5a74a63919582cb211 (patch) | |
tree | 96d93f63c8420eab8947931098fe05e1cb0d9a13 /community/srm | |
parent | d0f33415f254cb2fee06fd89f9cfed4535322f37 (diff) |
Sat Mar 22 03:47:24 UTC 2014
Diffstat (limited to 'community/srm')
-rw-r--r-- | community/srm/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/srm/PKGBUILD b/community/srm/PKGBUILD index 27dd11989..a09fc5f8b 100644 --- a/community/srm/PKGBUILD +++ b/community/srm/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 104066 2014-01-15 08:27:26Z giovanni $ +# $Id: PKGBUILD 108034 2014-03-21 15:42:25Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=srm -pkgver=1.2.12 +pkgver=1.2.13 pkgrel=1 pkgdesc="A secure replacement for rm(1) that overwrites data before unlinking" arch=('i686' 'x86_64') url="http://srm.sourceforge.net/" license=('custom') depends=('glibc') -source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz") -md5sums=('395c42753e9d98d6f815ac28a42ba87a') +source=("http://sourceforge.net/projects/${pkgname}/files/${pkgver}/${pkgname}-${pkgver}.tar.gz") +md5sums=('123f8fbf086a5c50aadb2a23991b9416') build() { cd "${srcdir}/${pkgname}-${pkgver}" |