diff options
author | root <root@rshg054.dnsready.net> | 2011-10-08 23:14:35 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-08 23:14:35 +0000 |
commit | 40e90a19618851856689ef8697391d37ec6841a1 (patch) | |
tree | 7da3732dc1ee59e1b8c7aca11aee032f01eaa639 /extra/pysmbc/PKGBUILD | |
parent | 8a8ac56bbf82685c43072923560881e6b119ec66 (diff) |
Sat Oct 8 23:14:35 UTC 2011
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 6a0855ee6..3864697f8 100644 --- a/extra/pysmbc/PKGBUILD +++ b/extra/pysmbc/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 127695 2011-06-17 17:55:40Z andrea $ +# $Id: PKGBUILD 140148 2011-10-07 22:11:09Z eric $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Shane Peelar <lookatyouhacker@gm@il(d0t)c0m> pkgname=pysmbc -pkgver=1.0.11 +pkgver=1.0.11.1 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=('8593053cfe3cc0b79d8c4ab892044d4b') +md5sums=('97a2a9738f41f89400c510efb2c20f77') build(){ cd "${srcdir}/${pkgname}-${pkgver}" |