summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-03-25 10:37:42 -0400
committerAndrew Sun2020-03-25 10:37:42 -0400
commitc5c322dfd86c2c05bc4754bc0a2be13c1d85aeb6 (patch)
tree7a3e89bb298c7874ca2cab5af0f2f386a8f9d3d8
parent3917eaa67728476af351310377c53f93741f4148 (diff)
downloadaur-mingw-w64-libsigc++.tar.gz
2.10.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f9814c309fb..5c5a169d1600 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.2
+ pkgver = 2.10.3
pkgrel = 1
epoch = 1
url = https://libsigcplusplus.github.io/libsigcplusplus/
@@ -12,8 +12,8 @@ pkgbase = mingw-w64-libsigc++
options = !strip
options = !buildflags
options = staticlibs
- source = https://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.10/libsigc++-2.10.2.tar.xz
- sha256sums = b1ca0253379596f9c19f070c83d362b12dfd39c0a3ea1dd813e8e21c1a097a98
+ source = https://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.10/libsigc++-2.10.3.tar.xz
+ sha256sums = 0b68dfc6313c6cc90ac989c6d722a1bf0585ad13846e79746aa87cb265904786
pkgname = mingw-w64-libsigc++
diff --git a/PKGBUILD b/PKGBUILD
index ff547ef0de5f..9c56cfb351e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Andrew Sun <adsun701@gmail.com>
-# Contributor: David Schury <dasc@posteo.de>
+# Maintainer: Andrew Sun <adsun701 at gmail dot com>
+# Contributor: David Schury <dasc at posteo dot de>
pkgname=mingw-w64-libsigc++
_pkgname=libsigc++
-pkgver=2.10.2
+pkgver=2.10.3
pkgrel=1
epoch=1
pkgdesc="Libsigc++ implements a full callback system for use in widget libraries - V2 (mingw-w64)"
@@ -14,7 +14,7 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-configure')
depends=('mingw-w64-crt')
options=('!strip' '!buildflags' 'staticlibs')
source=("https://ftp.gnome.org/pub/GNOME/sources/$_pkgname/${pkgver%.*}/$_pkgname-${pkgver}.tar.xz")
-sha256sums=('b1ca0253379596f9c19f070c83d362b12dfd39c0a3ea1dd813e8e21c1a097a98')
+sha256sums=('0b68dfc6313c6cc90ac989c6d722a1bf0585ad13846e79746aa87cb265904786')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"