From 733c27a616a696fb9827219188f7e220f30c0387 Mon Sep 17 00:00:00 2001 From: Max Rees Date: Mon, 11 Mar 2019 06:08:46 -0400 Subject: user/libixion: bump to 1.14.1 --- user/libixion/APKBUILD | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'user/libixion/APKBUILD') diff --git a/user/libixion/APKBUILD b/user/libixion/APKBUILD index 22de8c82a..174323bd3 100644 --- a/user/libixion/APKBUILD +++ b/user/libixion/APKBUILD @@ -1,22 +1,19 @@ # Contributor: Timo Teräs # Maintainer: Max Rees pkgname=libixion -pkgver=0.13.0 +pkgver=0.14.1 pkgrel=0 pkgdesc="A general purpose formula parser & interpreter" url="https://gitlab.com/ixion/ixion" arch="all" license="MPL-2.0" depends="" -depends_dev="mdds~1.3" +depends_dev="mdds~1.4" makedepends="$depends_dev boost-dev" subpackages="$pkgname-dev" -source="http://kohei.us/files/ixion/src/$pkgname-$pkgver.tar.xz - 32bit.patch - " +source="http://kohei.us/files/ixion/src/$pkgname-$pkgver.tar.xz" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -29,21 +26,17 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } dev() { default_dev - cd "$builddir" mkdir -p "$subpkgdir"/usr mv "$pkgdir"/usr/bin "$subpkgdir"/usr } -sha512sums="15784e947164d106e677c59ece53b3cd401d4f9433cc5331a35d3be8332ae4f20a469ca73b30b253433c86da4afde886dfb4ac23e46ed46376a7349e0276c3a0 libixion-0.13.0.tar.xz -a6d26bfc8721f8f65a1eafa527e5b29166c9e0c45de39493bcaae17896ad6e145b78e123ea01903a96b0fb4a5b7def3dc2d256c3e301a0676e07c840603570ac 32bit.patch" +sha512sums="e4ae6348833d2178c1dc76916937bcc9d7821dc6570fe13093c441ca22e0301a1ca6a4cf85d9814b83534733dba98f4c4a372791f93bc57173317657675b9ae3 libixion-0.14.1.tar.xz" -- cgit v1.2.3-60-g2f50