[arch-commits] Commit in swig/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed May 1 21:46:05 UTC 2019
Date: Wednesday, May 1, 2019 @ 21:46:04
Author: felixonmars
Revision: 352366
upgpkg: swig 4.0.0-1
Modified:
swig/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-01 21:44:23 UTC (rev 352365)
+++ PKGBUILD 2019-05-01 21:46:04 UTC (rev 352366)
@@ -3,8 +3,8 @@
# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
pkgname=swig
-pkgver=3.0.12
-pkgrel=2
+pkgver=4.0.0
+pkgrel=1
pkgdesc="Generate scripting interfaces to C/C++ code"
arch=('x86_64')
url="http://www.swig.org/"
@@ -12,7 +12,7 @@
depends=('pcre' 'gcc-libs')
checkdepends=('ruby' 'python2' 'java-environment' 'tcl' 'php' 'lua' 'ocaml' 'r' 'go' 'python2-cffi' 'camlp4')
source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('5cc1af41d041e4cc609580b99bb3dcf720effa25')
+sha1sums=('2854fbcfea877111edf328adb96324ca37947097')
build() {
cd ${pkgname}-${pkgver}
More information about the arch-commits
mailing list