npth: update to 1.6.

This commit is contained in:
maxice8 2018-07-20 13:58:34 -03:00
parent 6fa4c37802
commit c7648b52dd
1 changed files with 3 additions and 3 deletions

View File

@ -1,14 +1,14 @@
# Template file for 'npth' # Template file for 'npth'
pkgname=npth pkgname=npth
version=1.5 version=1.6
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
short_desc="New portable threads library" short_desc="New portable threads library"
maintainer="Leah Neukirchen <leah@vuxu.org>" maintainer="Leah Neukirchen <leah@vuxu.org>"
license="LGPL-2.1" license="LGPL-2.1-or-later"
homepage="http://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git" homepage="http://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git"
distfiles="ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${version}.tar.bz2" distfiles="ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=294a690c1f537b92ed829d867bee537e46be93fbd60b16c04630fbbfcd9db3c2 checksum=1393abd9adcf0762d34798dc34fdcf4d0d22a8410721e76f1e3afcd1daa4e2d1
npth-devel_package() { npth-devel_package() {
depends="${sourcepkg}>=${version}_${revision}" depends="${sourcepkg}>=${version}_${revision}"