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

Stéphane Gaudreault stephane at archlinux.org
Thu Oct 7 11:10:49 UTC 2010


    Date: Thursday, October 7, 2010 @ 07:10:49
  Author: stephane
Revision: 94475

update to 2.0.1

Modified:
  swig/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-07 11:05:04 UTC (rev 94474)
+++ PKGBUILD	2010-10-07 11:10:49 UTC (rev 94475)
@@ -1,18 +1,17 @@
 # $Id$
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-# Maintainer: Jason Chu <jason at archlinux.org>
+# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
 
 pkgname=swig
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
-pkgdesc="A compiler that makes it easy to integrate C and C++ code with scripting languages"
+pkgdesc="Generate scripting interfaces to C/C++ code"
 arch=('i686' 'x86_64')
 url="http://www.swig.org/"
 license=('custom')
 depends=('gcc-libs' 'zlib')
 source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('36ee2d9974be46a9f0a36460af928eb9')
-sha1sums=('60faa84a326e5aa8a94f290e9debed4551c1b1e7')
+sha1sums=('da5a1e396597be683a62d349d71802c33fb0f644')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -26,3 +25,5 @@
   install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
   install -D -m644 LICENSE-UNIVERSITIES "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES"
 }
+
+# vim: set noexpandtab tabstop=8 shiftwidth=8 textwidth=132 autoindent




More information about the arch-commits mailing list