Skip to content

Commit

Permalink
atkmm: update to 2.28.0 (#4620)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adsun701 authored and Alexpux committed Nov 5, 2018
1 parent 90f7bd0 commit 07b1413
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mingw-w64-atkmm/PKGBUILD
Expand Up @@ -3,8 +3,8 @@
_realname=atkmm
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=2.24.2
pkgrel=3
pkgver=2.28.0
pkgrel=1
pkgdesc="C++ bindings for atk (mingw-w64)"
arch=('any')
url="https://gtkmm.sourceforge.io/"
Expand All @@ -16,7 +16,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-atk"
"${MINGW_PACKAGE_PREFIX}-libsigc++")
options=(strip staticlibs)
source=("https://download.gnome.org/sources/atkmm/${pkgver%.*}/atkmm-${pkgver}.tar.xz")
sha256sums=('ff95385759e2af23828d4056356f25376cfabc41e690ac1df055371537e458bd')
sha256sums=('4c4cfc917fd42d3879ce997b463428d6982affa0fb660cafcc0bc2d9afcedd3a')

build() {
CPPFLAGS+=" -D_REENTRANT"
Expand Down

0 comments on commit 07b1413

Please sign in to comment.