Date: Tuesday, April 30, 2013 @ 03:53:31
  Author: eric
Revision: 183960

upgpkg: wv 1.2.9-2

Rebuild against libpng 1.6

Modified:
  wv/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-04-30 01:42:13 UTC (rev 183959)
+++ PKGBUILD    2013-04-30 01:53:31 UTC (rev 183960)
@@ -3,7 +3,7 @@
 # Contributor: William Rea <[email protected]>
 pkgname=wv
 pkgver=1.2.9
-pkgrel=1
+pkgrel=2
 pkgdesc="MSWord library can load and parse Word 2000, 97, 95 and 6 file 
formats"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/wvware";
@@ -15,7 +15,7 @@
 md5sums=('dbccf2e9f747e50c913b7e3d126b73f7')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
 
   ./configure --prefix=/usr \
               --mandir=/usr/share/man
@@ -23,7 +23,7 @@
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
 
   make DESTDIR="${pkgdir}" install
 }

Reply via email to