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

Eric Bélanger eric at archlinux.org
Tue Feb 24 22:27:25 UTC 2009


    Date: Tuesday, February 24, 2009 @ 17:27:24
  Author: eric
Revision: 27697

upgpkg: jpilot 1.6.2-1
    upstream update, added perlxml makedepends

Modified:
  jpilot/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-24 22:16:16 UTC (rev 27696)
+++ PKGBUILD	2009-02-24 22:27:24 UTC (rev 27697)
@@ -2,20 +2,21 @@
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=jpilot
-pkgver=1.6.0
+pkgver=1.6.2
 pkgrel=1
 pkgdesc="A desktop organizer application for the palm pilot"
 arch=(i686 x86_64)
+url="http://jpilot.org/"
 license=('GPL2')
-depends=('openssl>=0.9.8i-1' 'gtk2>=2.12.11-3' 'pilot-link>=0.12.3-2')
+depends=('openssl>=0.9.8i-1' 'gtk2>=2.12.11-3' 'pilot-link>=0.12.3-4')
+makedepends=('perlxml')
 options=('!libtool')
-url=(http://jpilot.org/)
 source=(http://jpilot.org/jpilot-${pkgver}.tar.gz)
-md5sums=('7918d345fb7e4b644a7211db03ddd148')
+md5sums=('72967dee4a1715ebe27e50e12f1e63d8')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-pl-test --disable-gtktest
+  ./configure --prefix=/usr --disable-pl-test --disable-gtktest || return 1
   make || return 1
   make DESTDIR=${pkgdir} install || return 1
 }




More information about the arch-commits mailing list