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

Felix Yan fyan at archlinux.org
Thu Dec 17 07:31:42 UTC 2015


    Date: Thursday, December 17, 2015 @ 08:31:42
  Author: fyan
Revision: 153543

upgpkg: twine 1.6.5-1

Modified:
  twine/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-17 07:31:21 UTC (rev 153542)
+++ PKGBUILD	2015-12-17 07:31:42 UTC (rev 153543)
@@ -4,7 +4,8 @@
 
 pkgbase=twine
 pkgname=('twine' 'python2-twine')
-pkgver=1.6.4
+pkgver=1.6.5
+_commit=cce0be4334379a04c7e2b958abdebd5d91cb8d01
 pkgrel=1
 pkgdesc='Collection of utilities for interacting with PyPI'
 arch=('any')
@@ -14,7 +15,7 @@
              'python-pkginfo' 'python2-pkginfo' 'git')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 'python2-pretend')
 options=('!emptydirs')
-source=("git+https://github.com/pypa/twine.git#tag=$pkgver")
+source=("git+https://github.com/pypa/twine.git#commit=$_commit")
 md5sums=('SKIP')
 
 prepare() {



More information about the arch-commits mailing list