From 00a40497dc318c99799cc729a8c671c29f881c79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= Date: Sat, 4 Apr 2020 18:14:20 +0200 Subject: [PATCH] monocypher: update to 3.1.0, move man3 to -devel' --- srcpkgs/monocypher/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/monocypher/template b/srcpkgs/monocypher/template index cb6a771e9e5ab1..c5d7ee06745f0a 100644 --- a/srcpkgs/monocypher/template +++ b/srcpkgs/monocypher/template @@ -1,14 +1,14 @@ # Template file for 'monocypher' pkgname=monocypher -version=2.0.6 +version=3.1.0 revision=1 build_style=gnu-makefile short_desc="Easy to use crypto library inspired by libsodium and TweetNaCl" maintainer="Orphaned " -license="BSD-2-Clause" +license="BSD-2-Clause, CC0-1.0" homepage="https://monocypher.org" distfiles="https://monocypher.org/download/monocypher-${version}.tar.gz" -checksum=dda42e133d4d93c61d2d83b7e8bb511a94e6db6817e4eb2f373279f3fc4ef350 +checksum=f65e8cdd90ad7d0580a20a1e36eedaff150bf215a2f8096222cbf14149d94eb4 post_install() { vlicense LICENCE.md @@ -20,6 +20,7 @@ monocypher-devel_package() { pkg_install() { vmove usr/include vmove usr/lib/pkgconfig + vmove usr/share/man/man3 vmove "usr/lib/*.a" vmove "usr/lib/*.so" }