From fbcfe1faa66feccd1557654f0bf003b6338996bd Mon Sep 17 00:00:00 2001 From: bra1nwave Date: Mon, 7 Mar 2016 17:23:56 +0100 Subject: [PATCH] python-apsw: update to 3.11.1r1. --- srcpkgs/python-apsw/template | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-apsw/template b/srcpkgs/python-apsw/template index c383886386f..e7f24cef1e9 100644 --- a/srcpkgs/python-apsw/template +++ b/srcpkgs/python-apsw/template @@ -1,8 +1,10 @@ # Template file for 'python-apsw' pkgname=python-apsw -version=3.11.0 +_distver=3.11.1 +_patchver=r1 +version=${_distver}${_patchver} revision=1 -wrksrc="apsw-${version}-r1" +wrksrc="apsw-${_distver}-${_patchver}" build_style=python-module python_versions="2.7 3.4" hostmakedepends="python-devel python3.4-devel" @@ -11,8 +13,8 @@ short_desc="Another Python SQLite Wrapper (Python2)" maintainer="bra1nwave " license="MIT" homepage="https://github.com/rogerbinns/apsw" -distfiles="https://github.com/rogerbinns/apsw/archive/${version}-r1.tar.gz" -checksum=acd0935c760ca76afe169bb0babdc3b530c877e4d7a992df7eba800046f4ab9e +distfiles="https://github.com/rogerbinns/apsw/archive/${_distver}-${_patchver}.tar.gz" +checksum=503b4975c00a66e6f5aa5f4593a4141ef8f71c11928bc3e7d6a356e5476878e2 post_install() { vlicense LICENSE