summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-09-05 12:01:08 -0400
committerAndrew Sun2019-09-05 12:01:08 -0400
commit5ad91a918345bb968625924d9286932b09f2aa19 (patch)
treec212f4a9dbfb17ae021c0600ea2338916d74c91f
parent9653b3651bc1c2cb3b2fd396e8e1f4250582a6fd (diff)
downloadaur-5ad91a918345bb968625924d9286932b09f2aa19.tar.gz
mingw-w64-libsigc++: update to 3.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4544ba3adcbe..e6848e21f288 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-libsigc++
pkgdesc = Libsigc++ implements a full callback system for use in widget libraries - V2 (mingw-w64)
- pkgver = 2.10.2
- pkgrel = 2
+ pkgver = 3.0.0
+ pkgrel = 1
url = https://libsigcplusplus.github.io/libsigcplusplus/
arch = any
license = LGPL
@@ -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.2.tar.xz
- md5sums = 1b067bfae0b502e6a5127336cb09d2dd
+ source = http://ftp.gnome.org/pub/GNOME/sources/libsigc++/3.0/libsigc++-3.0.0.tar.xz
+ sha256sums = 50a0855c1eb26e6044ffe888dbe061938ab4241f96d8f3754ea7ead38ab8ed06
pkgname = mingw-w64-libsigc++
diff --git a/PKGBUILD b/PKGBUILD
index 6682c3bd36fb..7a21f0ac92dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=mingw-w64-libsigc++
_pkgname=libsigc++
-pkgver=2.10.2
-pkgrel=2
+pkgver=3.0.0
+pkgrel=1
pkgdesc="Libsigc++ implements a full callback system for use in widget libraries - V2 (mingw-w64)"
arch=('any')
url="https://libsigcplusplus.github.io/libsigcplusplus/"
@@ -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=('1b067bfae0b502e6a5127336cb09d2dd')
+sha256sums=('50a0855c1eb26e6044ffe888dbe061938ab4241f96d8f3754ea7ead38ab8ed06')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"