summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Schury2016-04-01 08:06:25 +0200
committerDavid Schury2016-04-01 08:06:25 +0200
commit8d30959ceaeb5023837deb7aa0fa58989a489b63 (patch)
treebc9b845699cc36a475ee97d8d5f019d5c473c57e
parent59c3641371a2b5ee7b7f3f4d5984dcc9f9e3d7ef (diff)
downloadaur-8d30959ceaeb5023837deb7aa0fa58989a489b63.tar.gz
Updated to v2.8.0
Just changed pkgver/pkgrel but was not tested if it works.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53b6d1822cb0..4a9c7cf4cd05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Fri Apr 1 06:05:41 UTC 2016
pkgbase = mingw-w64-libsigc++
pkgdesc = Libsigc++ implements a full callback system for use in widget libraries - V2 (mingw-w64)
- pkgver = 2.4.1
- pkgrel = 2
+ pkgver = 2.8.0
+ pkgrel = 1
url = http://libsigc.sourceforge.net/
arch = any
license = LGPL
@@ -11,8 +13,8 @@ pkgbase = mingw-w64-libsigc++
options = !strip
options = !buildflags
options = staticlibs
- source = http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.4/libsigc++-2.4.1.tar.xz
- md5sums = 55945ba6e1652f89999e910f6b52047c
+ source = http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.8/libsigc++-2.8.0.tar.xz
+ md5sums = 3d26acbc813fa54edd4401ce1a981677
pkgname = mingw-w64-libsigc++
diff --git a/PKGBUILD b/PKGBUILD
index 4c64ff61d93a..1f226f2ff3db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: David Schury <dasc@posteo.de>
pkgname=mingw-w64-libsigc++
_pkgname=libsigc++
-pkgver=2.4.1
-pkgrel=2
+pkgver=2.8.0
+pkgrel=1
pkgdesc="Libsigc++ implements a full callback system for use in widget libraries - V2 (mingw-w64)"
arch=('any')
url="http://libsigc.sourceforge.net/"
@@ -11,7 +11,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=('55945ba6e1652f89999e910f6b52047c')
+md5sums=('3d26acbc813fa54edd4401ce1a981677')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"