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

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Dec 20 10:27:52 UTC 2008


    Date: Saturday, December 20, 2008 @ 05:27:52
  Author: andyrtr
Revision: 21991

upgpkg: scons 1.1.0-2
    force update for weird versioning in previous release numbering

Modified:
  scons/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-12-20 10:25:06 UTC (rev 21990)
+++ PKGBUILD	2008-12-20 10:27:52 UTC (rev 21991)
@@ -5,13 +5,14 @@
 
 pkgname=scons
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="SCons is an open source software contruction tool that is a substitute for make."
 arch=("i686" "x86_64")
 url="http://scons.org"
 license=("custom")
 depends=('python')
 source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
+options=('force')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver




More information about the arch-commits mailing list