python-smbc: update to 1.0.15.5
This commit is contained in:
parent
a876bdbd83
commit
e1dea219c4
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-smbc'
|
# Template file for 'python-smbc'
|
||||||
pkgname=python-smbc
|
pkgname=python-smbc
|
||||||
version=1.0.15.4
|
version=1.0.15.5
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="pysmbc-${version}"
|
wrksrc="pysmbc-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -13,10 +13,10 @@ homepage="https://pypi.python.org/pypi/pysmbc/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
distfiles="${PYPI_SITE}/p/pysmbc/pysmbc-${version}.tar.bz2"
|
distfiles="${PYPI_SITE}/p/pysmbc/pysmbc-${version}.tar.bz2"
|
||||||
checksum=08a8674e08d1508ed362786a9a436bfd2753895de7ea17f6ceb110da45cc004a
|
checksum=daf11350e0c2e120cc79cdca8d2058fccb9187dbf8697289ea7ee01ad388ba7d
|
||||||
|
|
||||||
post_install() {
|
pre_build() {
|
||||||
sed -i 's,#!/usr/bin/python,&3.4,' ${DESTDIR}/usr/lib/python3.4/site-packages/smbc/xattr.py
|
sed -i '/^#!/d' smbc/xattr.py
|
||||||
}
|
}
|
||||||
|
|
||||||
python3.4-smbc_package() {
|
python3.4-smbc_package() {
|
||||||
|
|
Loading…
Reference in New Issue