aboutsummaryrefslogtreecommitdiffstats
path: root/community/libixion/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libixion/APKBUILD')
-rw-r--r--community/libixion/APKBUILD20
1 files changed, 5 insertions, 15 deletions
diff --git a/community/libixion/APKBUILD b/community/libixion/APKBUILD
index e671176605e..e8ce50f0af8 100644
--- a/community/libixion/APKBUILD
+++ b/community/libixion/APKBUILD
@@ -1,25 +1,16 @@
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=libixion
-pkgver=0.16.1
-pkgrel=3
+pkgver=0.19.0
+pkgrel=1
pkgdesc="A general purpose formula parser & interpreter"
url="https://gitlab.com/ixion/ixion"
arch="all"
license="MPL-2.0"
-makedepends="boost-dev mdds-dev~1.7.0"
+makedepends="boost-dev mdds-dev"
checkdepends="bash"
subpackages="$pkgname-dev"
-source="https://kohei.us/files/ixion/src/libixion-$pkgver.tar.xz
- fix.patch
- "
-
-prepare() {
- default_prepare
-
- update_config_sub
- update_config_guess
-}
+source="https://kohei.us/files/ixion/src/libixion-$pkgver.tar.xz"
build() {
./configure \
@@ -48,6 +39,5 @@ dev() {
}
sha512sums="
-979c631e9536f6d2c3ae32f7892756ac8889d27c551d80eb9d519bf912bd323da4b6ecd363fe2719e74e04bc3661e5d56e03a582f68f5293ffcac59b74f4c7de libixion-0.16.1.tar.xz
-99bbdfa24d7a00843f1be1c13abbd258e036edbf6e6061c7466f95815e8da9d0e7ab913ece273023da13984a7bf52327ffb08ff737b388097b7ef7ce07a7380c fix.patch
+f06edbcf5ae7459a46e01273952ce6fbc4e8f2b7782c7e07645dc30e102f20f542e449acafc26484765207b10656e0b350f4108cbf1e03947ee7267254cf6f97 libixion-0.19.0.tar.xz
"