python-sqlite: update to 2.8.0.
This commit is contained in:
parent
3877afd159
commit
2184572298
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-sqlite'
|
||||
pkgname=python-sqlite
|
||||
version=2.7.0
|
||||
version=2.8.0
|
||||
revision=1
|
||||
wrksrc="pysqlite-${version}"
|
||||
build_style=python-module
|
||||
|
@ -13,7 +13,7 @@ homepage="https://code.google.com/p/pysqlite/"
|
|||
license="MIT"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
distfiles="https://pypi.python.org/packages/source/p/pysqlite/pysqlite-${version}.tar.gz"
|
||||
checksum=0ebdb5feff4e55ac02ec046e66c9d4f8fafa18f6d1eb620b4460c2b9300c7486
|
||||
checksum=9d87fc5efc61bf790619ff0e398ac3c73411a7ba5bf88802fdeba07229860674
|
||||
|
||||
post_install() {
|
||||
rm -r ${DESTDIR}/usr/pysqlite*
|
||||
|
|
Loading…
Reference in New Issue