diff --git a/srcpkgs/sip/template b/srcpkgs/sip/template index 17891438c95..44b024fc475 100644 --- a/srcpkgs/sip/template +++ b/srcpkgs/sip/template @@ -1,7 +1,7 @@ # Template file for 'sip' pkgname=sip -version=6.7.9 -revision=2 +version=6.8.0 +revision=1 build_style=python3-module hostmakedepends="python3-devel python3-setuptools python3-packaging python3-toml python3-ply" @@ -9,14 +9,10 @@ makedepends="python3-devel" depends="python3-setuptools python3-packaging python3-toml python3-ply" short_desc="SIP - Python 3 bindings generator for C/C++ libraries" maintainer="Đoàn Trần Công Danh " -license="GPL-2.0-only, GPL-3.0-only, custom:SIP" +license="GPL-2.0-only, GPL-3.0-only" homepage="https://riverbankcomputing.com/software/sip/intro" distfiles="${PYPI_SITE}/s/sip/sip-${version}.tar.gz" -checksum=35d51fc10f599d3696abb50f29d068ad04763df7b77808c76b74597660f99b17 +checksum=2ed1904820cb661b7207eb1dccfaebec1a5463dcad903ba448ad1945502d089c lib32disabled=yes replaces="sip5<=${version}_${revision}" provides="sip5-${version}_${revision}" - -post_install() { - vlicense LICENSE -}