Date: Friday, August 13, 2010 @ 19:46:11 Author: schiv Revision: 87475
upgpkg: scons 1.3.0 -> 1.3.1 Upstream release for 1.3.x; not updating to 2.x Modified: scons/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-08-13 22:23:27 UTC (rev 87474) +++ PKGBUILD 2010-08-13 23:46:11 UTC (rev 87475) @@ -4,7 +4,7 @@ # Contributor: Brice Carpentier <[email protected]> pkgname=scons -pkgver=1.3.0 +pkgver=1.3.1 pkgrel=1 pkgdesc="Extensible Python-based build utility" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ license=('custom') depends=('python') source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('ad6838c867abd2ad5bf371b353d594f7') +md5sums=('e3411dc316b2f6be5226cd71dbdeb0c1') build() { cd "${srcdir}/${pkgname}-${pkgver}"
