[arch-commits] Commit in swig/repos (extra-i686 extra-i686/PKGBUILD)

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


    Date: Monday, October 6, 2008 @ 04:59:13
  Author: douglas
Revision: 14415

Merged revisions 356,13886,14414 via svnmerge from 
svn+ssh://archlinux.org/home/svn-packages/swig/trunk

........
  r356 | aaron | 2008-04-18 19:56:27 -0300 (Sex, 18 Abr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r13886 | allan | 2008-09-29 03:31:55 -0300 (Seg, 29 Set 2008) | 1 line
  
  correct sourceforge url
........
  r14414 | douglas | 2008-10-06 05:58:08 -0300 (Seg, 06 Out 2008) | 1 line
  
  upgpkg: swig 1.3.36-1
........

Modified:
  swig/repos/extra-i686/	(properties)
  swig/repos/extra-i686/PKGBUILD

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


Property changes on: swig/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /swig/trunk:1
   + /swig/trunk:1-14414

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-10-06 08:58:08 UTC (rev 14414)
+++ extra-i686/PKGBUILD	2008-10-06 08:59:13 UTC (rev 14415)
@@ -3,15 +3,17 @@
 # Maintainer: Jason Chu <jason at archlinux.org>
 
 pkgname=swig
-pkgver=1.3.31
+pkgver=1.3.36
 pkgrel=1
 pkgdesc="SWIG is a compiler that makes it easy to integrate C and C++ code with scripting languages"
 arch=('i686' 'x86_64')
 license=('custom')
-source=("http://puzzle.dl.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
 url="http://www.swig.org/"
 depends=('gcc' 'guile')
 
+md5sums=('8f30aa4130b62404099bbcba1bf429b1')
+
 build() {
 	cd $startdir/src/$pkgname-$pkgver
 	./configure --prefix=/usr
@@ -19,4 +21,3 @@
 	make DESTDIR=$startdir/pkg install
 	install -D -m644 LICENSE ${startdir}/pkg/usr/share/licenses/swig/license.txt
 }
-md5sums=('4a0bae63e3713e89b26db7209b6a7e05')




More information about the arch-commits mailing list