diff --git a/srcpkgs/python-sqlite/template b/srcpkgs/python-sqlite/template index 70ab84bd20d..83c5f2b2a0e 100644 --- a/srcpkgs/python-sqlite/template +++ b/srcpkgs/python-sqlite/template @@ -1,6 +1,6 @@ # Template file for 'python-sqlite' pkgname=python-sqlite -version=2.8.2 +version=2.8.3 revision=1 wrksrc="pysqlite-${version}" build_style=python-module @@ -9,12 +9,12 @@ makedepends="sqlite-devel ${hostmakedepends}" pycompile_module="pysqlite2" short_desc="Python2 DB-API 2.0 interface for SQLite 3.x databases" homepage="https://github.com/ghaering/pysqlite" -license="MIT" +license="zlib" maintainer="Juan RP " distfiles="${PYPI_SITE}/p/pysqlite/pysqlite-${version}.tar.gz" -checksum=613d139e97ce0561dee312e29f3be4751d01fd1a085aa448dd53a003810e0008 +checksum=17d3335863e8cf8392eea71add33dab3f96d060666fe68ab7382469d307f4490 post_install() { - rm -r ${DESTDIR}/usr/pysqlite* + rm -rf ${DESTDIR}/usr/pysqlite* vlicense LICENSE }