[arch-commits] Commit in libixion/trunk (PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Mon Nov 2 16:16:10 UTC 2020
Date: Monday, November 2, 2020 @ 16:16:09
Author: andyrtr
Revision: 399153
upgpkg: libixion 0.16.1-1: upstream update 0.16.1
Modified:
libixion/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-02 16:13:00 UTC (rev 399152)
+++ PKGBUILD 2020-11-02 16:16:09 UTC (rev 399153)
@@ -2,7 +2,7 @@
# Contributor: kusakata <shohei atmark kusakata period com>
pkgname=libixion
-pkgver=0.15.0
+pkgver=0.16.1
pkgrel=1
pkgdesc="A general purpose formula parser & interpreter"
arch=('x86_64')
@@ -11,12 +11,14 @@
depends=('boost-libs' 'python')
makedepends=('boost' 'mdds' 'spdlog')
source=("https://kohei.us/files/ixion/src/libixion-${pkgver}.tar.xz")
-sha256sums=('b1f60af61be875e3bfa7ad18203a6c8ccdeb9922a531e196029fc42fbfa0b9e6')
+# https://gitlab.com/ixion/ixion/-/releases
+sha256sums=('426c643b3c346d546027c0226619abb2e59848e94470b9b5aa6365e26125089f')
build() {
cd ${pkgname}-${pkgver}
./configure --prefix=/usr \
--disable-static
+# sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # doesn't fix it
make
}
More information about the arch-commits
mailing list