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