python-sqlite: update to 2.8.3

This commit is contained in:
Alessio Sergi 2016-09-02 11:23:51 +02:00
parent 5726414fb7
commit 004f75c3b1

View file

@ -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 <xtraeme@voidlinux.eu>"
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
}