On 2018/03/05 09:59, Rafael Sadowski wrote: > Add support for KDBX 4.0, Argon2 and ChaCha20 [#148, #1179, #1230, #1494]
Should this be mentioned in pkg/DESCR? > COMMENT = management tool for sensitive data It might be worth using the word "password" in here, to make it easier to find in a search. > +DISTNAME = keepassxc-${V}-src > +PKGNAME = keepassxc-${V} > +EXTRACT_SUFX = .tar.xz > +WRKDIST = ${WRKDIR}/keepassxc-${V} These could be simplified: DISTNAME = keepassxc-${V} EXTRACT_SUFX = -src.tar.xz Otherwise ok.