Date: Saturday, February 25, 2012 @ 13:30:37 Author: andrea Revision: 151368
upgpkg: pysmbc 1.0.13-1 Upstream release Modified: pysmbc/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-02-25 18:28:15 UTC (rev 151367) +++ PKGBUILD 2012-02-25 18:30:37 UTC (rev 151368) @@ -3,7 +3,7 @@ # Contributor: Shane Peelar <lookatyouhacker@gm@il(d0t)c0m> pkgname=pysmbc -pkgver=1.0.11.1 +pkgver=1.0.13 pkgrel=1 pkgdesc="Python bindings for libsmbclient" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ license=('GPL') depends=('python2' 'smbclient') source=("http://pypi.python.org/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -md5sums=('97a2a9738f41f89400c510efb2c20f77') +md5sums=('019dbb3bc6ee217f7389a2330cda9fe0') build(){ cd "${srcdir}/${pkgname}-${pkgver}"