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

Thorsten Töpper ttoepper at archlinux.org
Sun Jul 27 10:14:21 UTC 2014


    Date: Sunday, July 27, 2014 @ 12:14:21
  Author: ttoepper
Revision: 116416

upgpkg: python2-lockfile 0.9.1-2: mtree and FS#40063

Modified:
  python2-lockfile/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-27 09:29:51 UTC (rev 116415)
+++ PKGBUILD	2014-07-27 10:14:21 UTC (rev 116416)
@@ -6,15 +6,16 @@
 pkgname=python2-lockfile
 _pkgsrcname=lockfile
 pkgver=0.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Platform-independent file locking module"
 license=("MIT")
 url="http://code.google.com/p/pylockfile/"
 depends=('python2')
-source=("http://pylockfile.googlecode.com/files/${_pkgsrcname}-${pkgver}.tar.gz")
+#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=('4e4c7ea4c4301500da5e7f3b51e01cfe')
+md5sums=('ce61468d4c1263e3005737bbed2641f0')
 
 package() {
   cd ${srcdir}/${_pkgsrcname}-${pkgver}




More information about the arch-commits mailing list