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

Alexander Rødseth arodseth at archlinux.org
Tue Aug 16 13:50:25 UTC 2016


    Date: Tuesday, August 16, 2016 @ 13:50:25
  Author: arodseth
Revision: 186855

upgpkg: python2-memcached 1.58-1

Modified:
  python2-memcached/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-16 13:43:52 UTC (rev 186854)
+++ PKGBUILD	2016-08-16 13:50:25 UTC (rev 186855)
@@ -6,7 +6,7 @@
 
 pkgname=python2-memcached
 pkgdesc='Python interface to memcached'
-pkgver=1.57
+pkgver=1.58
 pkgrel=1
 url='https://github.com/linsomniac/python-memcached'
 arch=('any')
@@ -13,7 +13,7 @@
 license=('PSF')
 depends=('python2-six')
 makedepends=('python2-setuptools' 'git' 'python2-six')
-source=("git://github.com/linsomniac/python-memcached#tag=release-$pkgver")
+source=("git://github.com/linsomniac/python-memcached#tag=$pkgver")
 md5sums=('SKIP')
 
 prepare() {
@@ -34,5 +34,5 @@
   python2 setup.py check
 }
 
-# getver: -u 2 github.com/linsomniac/python-memcached/blob/master/ChangeLog
+# getver: raw.githubusercontent.com/linsomniac/python-memcached/master/ChangeLog
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list