[arch-commits] Commit in python2-lockfile/trunk (PKGBUILD)

Thorsten Töpper ttoepper at archlinux.org
Sun Sep 28 18:20:22 UTC 2014


    Date: Sunday, September 28, 2014 @ 20:20:22
  Author: ttoepper
Revision: 119707

upgpkg: python2-lockfile 0.10.2-1

Modified:
  python2-lockfile/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-28 17:49:33 UTC (rev 119706)
+++ PKGBUILD	2014-09-28 18:20:22 UTC (rev 119707)
@@ -5,17 +5,18 @@
 
 pkgname=python2-lockfile
 _pkgsrcname=lockfile
-pkgver=0.9.1
-pkgrel=2
+pkgver=0.10.2
+pkgrel=1
 pkgdesc="Platform-independent file locking module"
 license=("MIT")
 url="http://code.google.com/p/pylockfile/"
 depends=('python2')
+makedepends=('python2-setuptools')
 #Fallback: No release tags at github: https://github.com/smontanaro/pylockfile/issues/9
 source=("https://pypi.python.org/packages/source/l/lockfile/${_pkgsrcname}-${pkgver}.tar.gz")
 arch=('any')
 options=(!emptydirs)
-md5sums=('ce61468d4c1263e3005737bbed2641f0')
+md5sums=('1aa6175a6d57f082cd12e7ac6102ab15')
 
 package() {
   cd ${srcdir}/${_pkgsrcname}-${pkgver}



More information about the arch-commits mailing list