diff --git a/srcpkgs/gnupg/template b/srcpkgs/gnupg/template index 381f0a27d7..89585f09a6 100644 --- a/srcpkgs/gnupg/template +++ b/srcpkgs/gnupg/template @@ -1,6 +1,6 @@ # Template file for 'gnupg' pkgname=gnupg -version=1.4.14 +version=1.4.15 revision=1 build_style=gnu-configure configure_args="--disable-rpath --enable-threads=posix @@ -12,7 +12,7 @@ maintainer="Juan RP " license="GPL-3" homepage="http://www.gnupg.org/" distfiles="ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-${version}.tar.bz2" -checksum=f2c4cd3ed6a5fb66cb369bf8160e53127712adfe41ebf965c0f02ab71d984413 +checksum=b6bb40a8f96dc1227b69f8e3b35f0bc4c8276923147f6069cae2f6307c62795d long_desc=" GnuPG is the GNU project's complete and free implementation of the OpenPGP standard as defined by RFC4880 . GnuPG allows to encrypt and sign your data @@ -23,6 +23,6 @@ long_desc=" gnupg_package() { pkg_install() { - vmove usr + vmove all } }