diff options
Diffstat (limited to 'extra/glibmm/PKGBUILD')
-rw-r--r-- | extra/glibmm/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/glibmm/PKGBUILD b/extra/glibmm/PKGBUILD index dbcf18034..d36f55b99 100644 --- a/extra/glibmm/PKGBUILD +++ b/extra/glibmm/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 123377 2011-05-10 16:36:13Z ibiru $ +# $Id: PKGBUILD 127486 2011-06-15 14:58:06Z ibiru $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgbase=glibmm pkgname=('glibmm' 'glibmm-docs') -pkgver=2.28.1 +pkgver=2.28.2 pkgrel=1 arch=('i686' 'x86_64') license=('LGPL') -makedepends=('glib2' 'libsigc++2.0' 'pkgconfig' 'mm-common') -source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) +makedepends=('glib2' 'libsigc++2.0' 'pkgconfig') +source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) options=('!libtool') url="http://gtkmm.sourceforge.net/" -sha256sums=('ca74638b91296df127caab30f2d0664746bfefa942ce5a5ecc982e0f16edc145') +sha256sums=('f84e99858d9674705316ec40cb3f03c34129293ebd370a7d63df6d959644cbe3') build() { cd "${srcdir}/${pkgname}-${pkgver}" |