diff --git a/srcpkgs/pysqlite/template b/srcpkgs/pysqlite/template index 97b9b96d9a8..c5fc61c8dbc 100644 --- a/srcpkgs/pysqlite/template +++ b/srcpkgs/pysqlite/template @@ -1,18 +1,17 @@ # Template file for 'pysqlite' pkgname=pysqlite -version=2.6.0 -revision=3 +version=2.6.3 +revision=1 build_style=python-module +hostmakedepends="python-devel" makedepends="sqlite-devel python-devel" pycompile_module="pysqlite2" short_desc="DB-API 2.0 interface for SQLite databases" homepage="https://code.google.com/p/pysqlite/" license="MIT" maintainer="Juan RP " -distfiles="http://pysqlite.googlecode.com/files/${pkgname}-${version}.tar.gz" -checksum=555834d7def68a7fddf3c89eb7d66980b8a0d5dc9327705f5c752e78b4e35879 -long_desc=" - A SQLite binding for Python that complies to the Database API 2.0." +distfiles="https://pypi.python.org/packages/source/p/pysqlite/pysqlite-${version}.tar.gz" +checksum=fe9c35216bf56c858b34c4b4c8be7e34566ddef29670e5a5b43f9cb8ecfbb28d post_install() { rm -r ${DESTDIR}/usr/pysqlite*