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

Eric Bélanger eric at archlinux.org
Tue Oct 23 01:05:23 UTC 2012


    Date: Monday, October 22, 2012 @ 21:05:22
  Author: eric
Revision: 169522

upgpkg: psiconv 0.9.8-10

Rebuild against imagemagick 6.8.0

Modified:
  psiconv/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-23 00:58:51 UTC (rev 169521)
+++ PKGBUILD	2012-10-23 01:05:22 UTC (rev 169522)
@@ -4,7 +4,7 @@
 
 pkgname=psiconv
 pkgver=0.9.8
-pkgrel=9
+pkgrel=10
 pkgdesc="Converts Psion 5(MX) files to more commonly used file formats"
 arch=('i686' 'x86_64')
 url="http://software.frodo.looijaard.name/psiconv/"
@@ -17,7 +17,7 @@
 md5sums=('8d7548e3c6b9cd408544736133728acd')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr \
               --sysconfdir=/etc \
               --mandir=/usr/share/man
@@ -25,6 +25,6 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list