diff --git a/srcpkgs/libsodium/template b/srcpkgs/libsodium/template index 5319a4a63ed..33ce09e30a1 100644 --- a/srcpkgs/libsodium/template +++ b/srcpkgs/libsodium/template @@ -1,6 +1,6 @@ # Template file for 'libsodium' pkgname=libsodium -version=1.0.3 +version=1.0.4 revision=1 build_style=gnu-configure configure_args="lt_cv_prog_compiler_static_works=yes" @@ -9,7 +9,11 @@ maintainer="Juan RP " license="ISC" homepage="https://github.com/jedisct1/libsodium" distfiles="https://github.com/jedisct1/libsodium/releases/download/${version}/${pkgname}-${version}.tar.gz" -checksum=cbcfc63cc90c05d18a20f229a62c7e7054a73731d0aa858c0517152c549b1288 +checksum=e4f75d4b2bd860068e0401163207415c9d41048d7601409897ff2951839fd310 + +post_install() { + vlicense LICENSE +} libsodium-devel_package() { short_desc+=" - development files"