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

Allan McRae allan at archlinux.org
Mon Sep 12 03:26:17 UTC 2011


    Date: Sunday, September 11, 2011 @ 23:26:17
  Author: allan
Revision: 137847

upgpkg: psiconv 0.9.8-8

imagemagick rebuild

Modified:
  psiconv/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-09-12 03:23:19 UTC (rev 137846)
+++ PKGBUILD	2011-09-12 03:26:17 UTC (rev 137847)
@@ -4,7 +4,7 @@
 
 pkgname=psiconv
 pkgver=0.9.8
-pkgrel=7
+pkgrel=8
 pkgdesc="Converts Psion 5(MX) files to more commonly used file formats"
 arch=('i686' 'x86_64')
 url="http://software.frodo.looijaard.name/psiconv/"
@@ -21,6 +21,10 @@
   ./configure --prefix=/usr \
               --sysconfdir=/etc \
               --mandir=/usr/share/man
-  make || return 1
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list