Date: Wednesday, November 13, 2013 @ 19:01:25 Author: foutrelis Revision: 100946
upgpkg: python-south 0.8.3-1 New upstream release. Modified: python-south/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-11-13 17:41:24 UTC (rev 100945) +++ PKGBUILD 2013-11-13 18:01:25 UTC (rev 100946) @@ -3,8 +3,8 @@ # Contributor: Tiago Pierezan Camargo <[email protected]> pkgname=('python-south' 'python2-south') -pkgver=0.8.2 -pkgrel=2 +pkgver=0.8.3 +pkgrel=1 pkgdesc="Intelligent database migrations library for the Django web framework" arch=('any') url="http://south.aeracode.org/" @@ -11,7 +11,7 @@ license=('APACHE') makedepends=('python-setuptools' 'python2-setuptools') source=(http://pypi.python.org/packages/source/S/South/South-$pkgver.tar.gz) -sha256sums=('a6f074f048a63a0d19cd1a6ae298377b4800351eca8e1294d33f709c5cdd5e5a') +sha256sums=('1b161afa2feb932b59aac5bd755d514e07aa015ea1d4c976cbc97ca7fc9da9aa') package_python-south() { depends=('python-django')
