summaryrefslogtreecommitdiff
path: root/extra/swig
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-06-17 09:36:19 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-06-17 09:36:19 +0200
commitcb08e4a8bd52e55b2d425484b9fd2fe357f663c3 (patch)
tree03aa7b8ad93cd8815a1c1be95b563a667d92d6b8 /extra/swig
parentfb62b6371fdc9ffe50d30c698f13ea1fb39c215b (diff)
parent61f450a3578b7e51c337e1a687c0cef2bc07ff35 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: extra/lirc/PKGBUILD extra/php/PKGBUILD multilib/lib32-keyutils/PKGBUILD multilib/lib32-util-linux/PKGBUILD staging/clamav/PKGBUILD testing/sysvinit/PKGBUILD
Diffstat (limited to 'extra/swig')
-rw-r--r--extra/swig/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/swig/PKGBUILD b/extra/swig/PKGBUILD
index 8f46cd1d2..989d2607e 100644
--- a/extra/swig/PKGBUILD
+++ b/extra/swig/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 157993 2012-04-30 18:25:04Z stephane $
+# $Id: PKGBUILD 161852 2012-06-15 16:11:26Z stephane $
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=swig
-pkgver=2.0.6
+pkgver=2.0.7
pkgrel=1
pkgdesc="Generate scripting interfaces to C/C++ code"
arch=('i686' 'x86_64' 'mips64el')
@@ -11,7 +11,7 @@ url="http://www.swig.org/"
license=('custom')
depends=('zlib' 'pcre')
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('8e27a735d1f53be2e3d8d8473a3847e89ba89da8')
+sha1sums=('307020fb6437092e32c9c1bd9af8bccb1645b529')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"