summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2019-06-12 14:48:37 -0400
committerAndrew Sun2019-06-12 14:48:37 -0400
commit23cfb82c1d478afc6a2d61c44950f969f6186079 (patch)
tree4e1cb7ea7b282234c8d817a756f712858cc12a0a /PKGBUILD
parent13104ebc0140100f3a1ef0d9c1826f31df4a2728 (diff)
downloadaur-23cfb82c1d478afc6a2d61c44950f969f6186079.tar.gz
mingw-w64-libsigc++: update to 2.10.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e595510fd024..47365a31f6b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mingw-w64-libsigc++
_pkgname=libsigc++
-pkgver=2.10.1
+pkgver=2.10.2
pkgrel=1
pkgdesc="Libsigc++ implements a full callback system for use in widget libraries - V2 (mingw-w64)"
arch=('any')
@@ -13,7 +13,7 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-configure')
depends=('mingw-w64-crt')
options=('!strip' '!buildflags' 'staticlibs')
source=("http://ftp.gnome.org/pub/GNOME/sources/$_pkgname/${pkgver%.*}/$_pkgname-${pkgver}.tar.xz")
-md5sums=('549cffbdb72fa105b782756f2713ffc7')
+md5sums=('1b067bfae0b502e6a5127336cb09d2dd')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"