sip: update to 4.16.9
This commit is contained in:
parent
2e63953bf7
commit
2148be3afc
2 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'sip'
|
||||
pkgname=sip
|
||||
version=4.16.8
|
||||
version=4.16.9
|
||||
revision=1
|
||||
wrksrc="sip-${version}"
|
||||
hostmakedepends="python-devel python3.4-devel"
|
||||
|
@ -9,8 +9,8 @@ short_desc="Python extension module generator for C/C++ libraries"
|
|||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="http://www.riverbankcomputing.co.uk/software/sip/intro"
|
||||
license="GPL-2, GPL-3, SIP"
|
||||
distfiles="${SOURCEFORGE_SITE}/pyqt/${pkgname}-${version}.tar.gz"
|
||||
checksum=d3141b65e48a30c9ce36612f8bcd1730ebf02d044757e4d6c5234927e2063e18
|
||||
distfiles="http://www.riverbankcomputing.com/static/Downloads/sip4/sip-${version}.tar.gz"
|
||||
checksum=dbe173aa566e26ca0bb5bcbc1d30ef780f416267bb3b5df48149a737ea6b0555
|
||||
|
||||
_do_sip_build() {
|
||||
local pyver=${1:-2.7} pysufx=
|
||||
|
|
1
srcpkgs/sip/update
Normal file
1
srcpkgs/sip/update
Normal file
|
@ -0,0 +1 @@
|
|||
site="http://www.riverbankcomputing.com/software/sip/download"
|
Loading…
Reference in a new issue