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

Jan de Groot jgc at archlinux.org
Mon Sep 21 14:09:36 UTC 2009


    Date: Monday, September 21, 2009 @ 10:09:36
  Author: jgc
Revision: 52542

Update to 2.28.0

Modified:
  gucharmap/gnome-unstable/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-21 14:07:30 UTC (rev 52541)
+++ PKGBUILD	2009-09-21 14:09:36 UTC (rev 52542)
@@ -2,22 +2,22 @@
 # Maintainer: Jan De Groot <jgc at archlinux.org>
 
 pkgname=gucharmap
-pkgver=2.27.0
+pkgver=2.28.0
 pkgrel=1
 pkgdesc="Gnome Unicode Charmap"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://www.gnome.org"
-depends=('gconf>=2.26.2-3' 'hicolor-icon-theme')
-makedepends=('gnome-doc-utils>=0.17.3' 'pkgconfig' 'intltool')
+depends=('gconf>=2.27.0' 'hicolor-icon-theme')
+makedepends=('gnome-doc-utils>=0.17.5' 'pkgconfig' 'intltool')
 groups=('gnome-extra')
 options=('!libtool' '!emptydirs')
 install=gucharmap.install
-source=(http://ftp.gnome.org/pub/gnome/sources/gucharmap/2.27/${pkgname}-${pkgver}-git.tar.bz2)
-sha256sums=('2061e5b6993e58eb713a582a9c7bc28e5067701f03439c3255561bda3f762272')
+source=(http://ftp.gnome.org/pub/gnome/sources/gucharmap/2.28/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('b14113f87e5b49a7559cc1e2b0b7e48478fab7b5223dd97ccd3a3b99b80656cb')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}-git"
+  cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --disable-static \
       --disable-scrollkeeper || return 1




More information about the arch-commits mailing list