diff options
author | Andrew Sun | 2019-04-01 17:27:27 -0400 |
---|---|---|
committer | Andrew Sun | 2019-04-01 17:27:27 -0400 |
commit | 612a558b7758504606a1ea44c4b1ffd8441d8024 (patch) | |
tree | e51f138a57ee766055275e683ea51a0e9e1eb611 | |
parent | 91fa4f3d95d85d5841969cbeb2729421d157fc5f (diff) | |
download | aur-612a558b7758504606a1ea44c4b1ffd8441d8024.tar.gz |
update to 2.60.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = mingw-w64-glibmm pkgdesc = C++ bindings for GLib (mingw-w64) - pkgver = 2.58.1 + pkgver = 2.60.0 pkgrel = 1 url = https://www.gtkmm.org/ arch = any @@ -13,8 +13,8 @@ pkgbase = mingw-w64-glibmm options = !strip options = !buildflags options = staticlibs - source = https://download.gnome.org/sources/glibmm/2.58/glibmm-2.58.1.tar.xz - md5sums = 77f1016cbb27e15d4e04a2b7bfdb4cae + source = https://download.gnome.org/sources/glibmm/2.60/glibmm-2.60.0.tar.xz + md5sums = 0f6180d185c067bdb2aa30d035f9b867 pkgname = mingw-w64-glibmm @@ -1,7 +1,7 @@ # Maintainer: Andrew Sun <adsun701@gmail.com> pkgname=mingw-w64-glibmm -pkgver=2.58.1 +pkgver=2.60.0 pkgrel=1 pkgdesc="C++ bindings for GLib (mingw-w64)" arch=('any') @@ -11,7 +11,7 @@ makedepends=('mingw-w64-configure') depends=('mingw-w64-crt' 'mingw-w64-libsigc++' 'mingw-w64-zlib' 'mingw-w64-glib2') options=('!strip' '!buildflags' 'staticlibs') source=("https://download.gnome.org/sources/glibmm/${pkgver%.*}/glibmm-${pkgver}.tar.xz") -md5sums=('77f1016cbb27e15d4e04a2b7bfdb4cae') +md5sums=('0f6180d185c067bdb2aa30d035f9b867') _architectures="i686-w64-mingw32 x86_64-w64-mingw32" |