diff --git a/srcpkgs/libpwquality/template b/srcpkgs/libpwquality/template index e5a656236d..0fccc596ac 100644 --- a/srcpkgs/libpwquality/template +++ b/srcpkgs/libpwquality/template @@ -1,6 +1,6 @@ # Template file for 'libpwquality' pkgname=libpwquality -version=1.4.1 +version=1.4.2 revision=1 build_style=gnu-configure configure_args="--disable-static --enable-pam --with-securedir=/usr/lib/security" @@ -8,12 +8,12 @@ hostmakedepends="libtool automake gettext-devel" makedepends="cracklib-devel pam-devel python3-devel" conf_files="/etc/security/pwquality.conf" short_desc="Library for password quality checking and generating random passwords" -maintainer="bra1nwave " +maintainer="bra1nwave " license="GPL-2.0-or-later" homepage="https://github.com/libpwquality/libpwquality" changelog="https://raw.githubusercontent.com/libpwquality/libpwquality/master/NEWS" distfiles="${homepage}/releases/download/libpwquality-${version}/libpwquality-${version}.tar.bz2" -checksum=a97d72b5c56b7e279c6e86dad70c1493ea5796f00a596fb9f3173b96f9bf5e46 +checksum=5263e09ee62269c092f790ac159112aed3e66826a795e3afec85fdeac4281c8e if [ "$CROSS_BUILD" ]; then hostmakedepends+=" python3"