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

Douglas Soares de Andrade douglas at archlinux.org
Mon Oct 6 08:35:31 UTC 2008


    Date: Monday, October 6, 2008 @ 04:35:30
  Author: douglas
Revision: 14408

upgpkg: scons 1.0.1-1

Modified:
  scons/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-06 08:29:12 UTC (rev 14407)
+++ PKGBUILD	2008-10-06 08:35:30 UTC (rev 14408)
@@ -4,7 +4,7 @@
 # Contributor: Brice Carpentier <brice at dlfp.org>
 
 pkgname=scons
-pkgver=0.98.5
+pkgver=1.0.1
 pkgrel=1
 pkgdesc="SCons is an open source software contruction tool that is a substitute for make."
 arch=("i686" "x86_64")
@@ -13,11 +13,11 @@
 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=('640dfc99a29523a06dbeaac299a3e0a0')




More information about the arch-commits mailing list