python-pkgconfig: update to 1.5.1.
This commit is contained in:
parent
d2cadc1101
commit
265cf738ef
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-pkgconfig'
|
||||
pkgname=python-pkgconfig
|
||||
version=1.4.0
|
||||
version=1.5.1
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="pkgconfig-${version}"
|
||||
|
@ -10,10 +10,10 @@ hostmakedepends="python-setuptools python3-setuptools"
|
|||
depends="python"
|
||||
short_desc="Python2 module to interface with pkg-config"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://github.com/matze/pkgconfig"
|
||||
license="MIT"
|
||||
homepage="https://github.com/matze/pkgconfig"
|
||||
distfiles="${PYPI_SITE}/p/pkgconfig/pkgconfig-${version}.tar.gz"
|
||||
checksum=048c3b457da7b6f686b647ab10bf09e2250e4c50acfe6f215398a8b5e6fcdb52
|
||||
checksum=97bfe3d981bab675d5ea3ef259045d7919c93897db7d3b59d4e8593cba8d354f
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue