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

Douglas Soares de Andrade douglas at archlinux.org
Sun Oct 19 09:56:35 UTC 2008


    Date: Sunday, October 19, 2008 @ 05:56:35
  Author: douglas
Revision: 15807

upgpkg: scons 1.1.0-1

Modified:
  scons/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-19 09:55:58 UTC (rev 15806)
+++ PKGBUILD	2008-10-19 09:56:35 UTC (rev 15807)
@@ -4,7 +4,7 @@
 # Contributor: Brice Carpentier <brice at dlfp.org>
 
 pkgname=scons
-pkgver=1.0.1
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="SCons is an open source software contruction tool that is a substitute for make."
 arch=("i686" "x86_64")
@@ -13,11 +13,10 @@
 depends=('python')
 source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
 
-md5sums=('139ef2e108789afe25ee0bdbb138b8c0')
-
 build() {
   cd $startdir/src/$pkgname-$pkgver
   python setup.py install --standard-lib --prefix=/usr --install-data=/usr/share --root=$startdir/pkg
   install -D -m644 $startdir/src/$pkgname-$pkgver/LICENSE.txt $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
 }
 
+md5sums=('148ae2c3a63f730021578a7abdaa2a65')




More information about the arch-commits mailing list