From 985d9ec391d694dd50dcc0fa76e5b98411e0e463 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 17 Feb 2014 10:18:45 +0100 Subject: [PATCH] scrypt: remove long_desc. --- srcpkgs/scrypt/template | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/srcpkgs/scrypt/template b/srcpkgs/scrypt/template index cf7b78ff45c..807ee227e6a 100644 --- a/srcpkgs/scrypt/template +++ b/srcpkgs/scrypt/template @@ -1,7 +1,7 @@ # Template file for 'scrypt' pkgname=scrypt version=1.1.6 -revision=1 +revision=2 makedepends="openssl-devel" build_style=gnu-configure short_desc="The scrypt key derivation function" @@ -10,8 +10,3 @@ license="Simplified BSD" homepage="https://www.tarsnap.com/scrypt.html" distfiles="https://www.tarsnap.com/scrypt/scrypt-${version}.tgz" checksum=dfd0d1a544439265bbb9b58043ad3c8ce50a3987b44a61b1d39fd7a3ed5b7fb8 -long_desc=" - The scrypt key derivation function was originally developed for use in the - Tarsnap online backup system and is designed to be far more secure against - hardware brute-force attacks than alternative functions such as PBKDF2 or - bcrypt."