summaryrefslogtreecommitdiff
path: root/extra/swig/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/swig/PKGBUILD')
-rw-r--r--extra/swig/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/swig/PKGBUILD b/extra/swig/PKGBUILD
index 0106e963a..b5ce37d34 100644
--- a/extra/swig/PKGBUILD
+++ b/extra/swig/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 213833 2014-05-30 04:23:37Z fyan $
+# $Id: PKGBUILD 214303 2014-06-05 14:53:57Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: Stéphane Gaudreault <stephane@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=swig
-pkgver=3.0.1
+pkgver=3.0.2
pkgrel=1
pkgdesc="Generate scripting interfaces to C/C++ code"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ license=('custom')
depends=('pcre' 'gcc-libs')
checkdepends=('ruby' 'python2' 'java-environment' 'tcl' 'php' 'lua' 'ocaml' 'r' 'go')
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('68a70cc80a75bc8e08a5d7a9ec22cb6d7b034c2c')
+sha1sums=('e695a14acf39b25f3ea2d7303e23e39dfe284e31')
build() {
cd ${pkgname}-${pkgver}