From 004f75c3b1efee118fcf4e23141c91b1d2a13b56 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Fri, 2 Sep 2016 11:23:51 +0200 Subject: [PATCH] python-sqlite: update to 2.8.3 --- srcpkgs/python-sqlite/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-sqlite/template b/srcpkgs/python-sqlite/template index 70ab84bd20..83c5f2b2a0 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 }