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

Felix Yan fyan at archlinux.org
Tue Nov 3 07:57:46 UTC 2015


    Date: Tuesday, November 3, 2015 @ 08:57:46
  Author: fyan
Revision: 145746

upgpkg: python2-traceback2 1.4.0-2

fix dependency on linecache2

Modified:
  python2-traceback2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-03 07:55:36 UTC (rev 145745)
+++ PKGBUILD	2015-11-03 07:57:46 UTC (rev 145746)
@@ -1,15 +1,14 @@
 # $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: Schala <schalaalexiazeal at gmail.com>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python2-traceback2
 pkgver=1.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Backports of the traceback module'
 arch=('any')
 url='http://pypi.python.org/pypi/traceback2'
 license=('PSF')
-depends=('python2')
+depends=('python2-linecache2')
 makedepends=('python2-setuptools' 'python2-pbr')
 source=("https://pypi.python.org/packages/source/t/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz")
 sha256sums=('05acc67a09980c2ecfedd3423f7ae0104839eccb55fc645773e1caa0951c3030')



More information about the arch-commits mailing list