[arch-commits] Commit in libchamplain/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Tue May 18 16:54:08 UTC 2010


    Date: Tuesday, May 18, 2010 @ 12:54:08
  Author: andyrtr
Revision: 80527

upgpkg: libchamplain 0.4.5-1
new version 0.4.5

Modified:
  libchamplain/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-18 16:11:43 UTC (rev 80526)
+++ PKGBUILD	2010-05-18 16:54:08 UTC (rev 80527)
@@ -3,7 +3,7 @@
 # Contributor: Michael Kanis <mkanis at gmx.de>
 
 pkgname=libchamplain
-pkgver=0.4.4
+pkgver=0.4.5
 pkgrel=1
 pkgdesc="C library aimed to provide a Gtk+ widget to display rasterized maps"
 url="http://projects.gnome.org/libchamplain/"
@@ -13,11 +13,15 @@
 options=('!libtool')
 depends=('clutter-gtk>=0.10.2' 'libsoup' 'cairo>=1.4' 'sqlite3')
 source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.4/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('0a7897ee27d33471cec417132a1522d6')
+md5sums=('e9bdecaadb9196694a299951389ec935')
 
 build() {
 	cd ${srcdir}/${pkgname}-${pkgver}
 	./configure --prefix=/usr --disable-static
 	make || return 1
+}
+
+package() {
+	cd ${srcdir}/${pkgname}-${pkgver}
 	make DESTDIR=${pkgdir} install || return 1
 } 




More information about the arch-commits mailing list