summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2018-10-30 17:19:44 -0400
committerAndrew Sun2018-10-30 17:19:44 -0400
commit13104ebc0140100f3a1ef0d9c1826f31df4a2728 (patch)
treed3dab41c81aca2df0f7e672c4c6e979b122d8769
parentf639b91025d189925402a51783273eab13d5d2bf (diff)
downloadaur-13104ebc0140100f3a1ef0d9c1826f31df4a2728.tar.gz
mingw-w64-libsigc++: update to 2.10.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 570843ed3bca..922e370a379a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libsigc++
pkgdesc = Libsigc++ implements a full callback system for use in widget libraries - V2 (mingw-w64)
- pkgver = 2.10.0
+ pkgver = 2.10.1
pkgrel = 1
url = http://libsigc.sourceforge.net/
arch = any
@@ -11,8 +11,8 @@ pkgbase = mingw-w64-libsigc++
options = !strip
options = !buildflags
options = staticlibs
- source = http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.10/libsigc++-2.10.0.tar.xz
- md5sums = 70bcbde2c900e4925d6ef4bf50954195
+ source = http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.10/libsigc++-2.10.1.tar.xz
+ md5sums = 549cffbdb72fa105b782756f2713ffc7
pkgname = mingw-w64-libsigc++
diff --git a/PKGBUILD b/PKGBUILD
index 1a05e145d0e7..e595510fd024 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,9 @@
-# Maintainer: David Schury <dasc@posteo.de>
+# Maintainer: Andrew Sun <adsun701@gmail.com>
+# Contributor: David Schury <dasc@posteo.de>
+
pkgname=mingw-w64-libsigc++
_pkgname=libsigc++
-pkgver=2.10.0
+pkgver=2.10.1
pkgrel=1
pkgdesc="Libsigc++ implements a full callback system for use in widget libraries - V2 (mingw-w64)"
arch=('any')
@@ -11,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=('70bcbde2c900e4925d6ef4bf50954195')
+md5sums=('549cffbdb72fa105b782756f2713ffc7')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"