Date: Wednesday, June 3, 2015 @ 18:07:14 Author: fyan Revision: 134705
upgpkg: python-ipdb 0.8.1-1 Modified: python-ipdb/trunk/PKGBUILD (contents, properties) ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-06-03 15:57:22 UTC (rev 134704) +++ PKGBUILD 2015-06-03 16:07:14 UTC (rev 134705) @@ -1,12 +1,12 @@ # $Id$ -# Maintainer: Felix Yan <[email protected]> +# Maintainer: Felix Yan <[email protected]> # Contributor: N30N <[email protected]> # Contributor: giniu <[email protected]> pkgbase=python-ipdb pkgname=(python-ipdb python2-ipdb) -pkgver=0.8 -pkgrel=2 +pkgver=0.8.1 +pkgrel=1 pkgdesc="IPython-enabled pdb" url="http://pypi.python.org/pypi/ipdb" makedepends=('python-setuptools' 'python2-setuptools' 'ipython' 'ipython2') @@ -13,7 +13,7 @@ arch=("any") license=("GPL") source=("https://pypi.python.org/packages/source/i/ipdb/ipdb-${pkgver}.zip") -md5sums=("96dca0712efa01aa5eaf6b22071dd3ed") +md5sums=('dbaded677eae99ed391fccc83e737c4f') prepare() { cp -a ipdb-${pkgver}{,-py2} Property changes on: python-ipdb/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
