summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2019-09-05 12:01:08 -0400
committerAndrew Sun2019-09-05 12:01:08 -0400
commit5ad91a918345bb968625924d9286932b09f2aa19 (patch)
treec212f4a9dbfb17ae021c0600ea2338916d74c91f /PKGBUILD
parent9653b3651bc1c2cb3b2fd396e8e1f4250582a6fd (diff)
downloadaur-5ad91a918345bb968625924d9286932b09f2aa19.tar.gz
mingw-w64-libsigc++: update to 3.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"