diff options
Diffstat (limited to 'community/srm/PKGBUILD')
-rw-r--r-- | community/srm/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/srm/PKGBUILD b/community/srm/PKGBUILD index 696b27ccc..27dd11989 100644 --- a/community/srm/PKGBUILD +++ b/community/srm/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 102189 2013-12-06 12:44:16Z giovanni $ +# $Id: PKGBUILD 104066 2014-01-15 08:27:26Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=srm -pkgver=1.2.11 -pkgrel=2 +pkgver=1.2.12 +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.bz2") -md5sums=('ee8269be18de6bbd3f74252d6e3039fe') +source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz") +md5sums=('395c42753e9d98d6f815ac28a42ba87a') build() { cd "${srcdir}/${pkgname}-${pkgver}" |