[arch-commits] Commit in libgnomemm (gnome-unstable trunk/PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Oct 11 21:54:48 UTC 2009


    Date: Sunday, October 11, 2009 @ 17:54:47
  Author: jgc
Revision: 55071

Merge gnome-unstable

Modified:
  libgnomemm/trunk/PKGBUILD
Deleted:
  libgnomemm/gnome-unstable/

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2009-10-11 21:53:39 UTC (rev 55070)
+++ trunk/PKGBUILD	2009-10-11 21:54:47 UTC (rev 55071)
@@ -3,22 +3,22 @@
 # Contributor: Kritoke <typeolinux at yahoo.com>
 
 pkgname=libgnomemm
-pkgver=2.26.0
+pkgver=2.28.0
 pkgrel=1
 pkgdesc="C++ bindings for libgnome."
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('libgnome>=2.26.0' 'gtkmm>=2.16.0')
+depends=('libgnome>=2.27.5' 'gtkmm>=2.18.1')
 makedepends=('pkgconfig')
 options=('!libtool')
 url="http://gtkmm.sourceforge.net/"
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.26/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('4801c2b60d73b08ea01fe79aafc678df')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('55ee731bce977ced2b2cd5661cf605b1eb9d0188aa4d46fba44052a94b500e6e')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
-              --localstatedir=/var --disable-static || return 1
+      --localstatedir=/var --disable-static || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list