Date: Tuesday, March 18, 2014 @ 16:56:55 Author: schiv Revision: 208186
upgpkg: scons 2.3.1-1 upstream minor release Modified: scons/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-03-18 15:48:33 UTC (rev 208185) +++ PKGBUILD 2014-03-18 15:56:55 UTC (rev 208186) @@ -4,8 +4,10 @@ # Contributor: Lukas Sabota <[email protected]> # Contributor: Brice Carpentier <[email protected]> +# reminder: scons moving towards py3 as of Mar 2014 and 2.3.1 + pkgname=scons -pkgver=2.3.0 +pkgver=2.3.1 pkgrel=1 pkgdesc="Extensible Python-based build utility" arch=('any') @@ -13,7 +15,7 @@ license=('MIT') depends=('python2') source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('083ce5624d6adcbdaf2526623f456ca9') +md5sums=('60a3cfb98b661df9f4406c61b5686bd7') package() { cd "$srcdir/$pkgname-$pkgver"
