diff options
Diffstat (limited to 'extra/pysmbc/PKGBUILD')
-rw-r--r-- | extra/pysmbc/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/pysmbc/PKGBUILD b/extra/pysmbc/PKGBUILD index 3864697f8..429111579 100644 --- a/extra/pysmbc/PKGBUILD +++ b/extra/pysmbc/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 140148 2011-10-07 22:11:09Z eric $ +# $Id: PKGBUILD 151369 2012-02-25 18:31:05Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # 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 @@ url="http://pypi.python.org/pypi/pysmbc/" 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}" |