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

Andreas Radke andyrtr at archlinux.org
Mon Nov 2 16:25:27 UTC 2020


    Date: Monday, November 2, 2020 @ 16:25:27
  Author: andyrtr
Revision: 399161

upgpkg: liborcus 0.16.1-1: upstream update 0.16.1; avoid libtool overlinking

Modified:
  liborcus/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-02 16:18:06 UTC (rev 399160)
+++ PKGBUILD	2020-11-02 16:25:27 UTC (rev 399161)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Arnhold <thomas at arnhold dot org>
 
 pkgname=liborcus
-pkgver=0.15.4
+pkgver=0.16.1
 pkgrel=1
 pkgdesc="File import filter library for spreadsheet documents."
 arch=('x86_64')
@@ -11,11 +11,14 @@
 depends=('libixion')
 makedepends=('boost' 'mdds')
 source=(https://kohei.us/files/orcus/src/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('b02173c1787373fa728fdaad1b9658184dbcefefcc23c3afcf5400571282e512')
+# https://gitlab.com/orcus/orcus/-/releases
+sha256sums=('a4b26b320d00bdfc769c3a03ed22bd5ad7e54a93dc6b1d00cd949f8f3519faae')
+#sha256sums=('b02173c1787373fa728fdaad1b9658184dbcefefcc23c3afcf5400571282e512')
 
 build() {
     cd "${pkgname}"-${pkgver}
     ./configure --prefix=/usr
+    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
     make
 }
 



More information about the arch-commits mailing list