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

Jan de Groot jgc at archlinux.org
Sat Aug 12 21:02:58 UTC 2017


    Date: Saturday, August 12, 2017 @ 21:02:57
  Author: jgc
Revision: 301980

upgpkg: wv 1.2.9-4

Switch to HTTPS, fix overlinking

Modified:
  wv/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-12 16:15:44 UTC (rev 301979)
+++ PKGBUILD	2017-08-12 21:02:57 UTC (rev 301980)
@@ -3,13 +3,13 @@
 # Contributor: William Rea <sillywilly at gmail.com>
 pkgname=wv
 pkgver=1.2.9
-pkgrel=3
+pkgrel=4
 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"
+url="https://sourceforge.net/projects/wvware"
 license=('GPL')
 depends=(libgsf libpng sh)
-source=(http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+source=(https://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
 md5sums=('dbccf2e9f747e50c913b7e3d126b73f7')
 sha1sums=('db4717a151742dbdb492318f104504a92075543a')
 
@@ -18,6 +18,7 @@
 
   ./configure --prefix=/usr \
     --mandir=/usr/share/man --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 



More information about the arch-commits mailing list