Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
libixion


Commits:
bb1d06da by Andreas Radke at 2023-09-27T15:25:57+02:00
upgpkg: 0.19.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,18 @@
+pkgbase = libixion
+       pkgdesc = A general purpose formula parser & interpreter
+       pkgver = 0.19.0
+       pkgrel = 1
+       url = https://gitlab.com/ixion/ixion/blob/master/README.md
+       arch = x86_64
+       license = custom
+       makedepends = boost
+       makedepends = mdds
+       makedepends = spdlog
+       depends = boost-libs
+       depends = python
+       depends = gcc-libs
+       depends = glibc
+       source = https://kohei.us/files/ixion/src/libixion-0.19.0.tar.xz
+       sha256sums = 
b4864d7a55351a09adbe9be44e5c65b1d417e80e946c947951d0e8428b9dcd15
+
+pkgname = libixion


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 # Contributor: kusakata <shohei atmark kusakata period com>
 
 pkgname=libixion
-pkgver=0.18.1
-pkgrel=3
+pkgver=0.19.0
+pkgrel=1
 pkgdesc="A general purpose formula parser & interpreter"
 arch=('x86_64')
 url="https://gitlab.com/ixion/ixion/blob/master/README.md";
@@ -12,7 +12,7 @@ depends=('boost-libs' 'python' 'gcc-libs' 'glibc')
 makedepends=('boost' 'mdds' 'spdlog')
 source=("https://kohei.us/files/ixion/src/libixion-${pkgver}.tar.xz";)
 # https://gitlab.com/ixion/ixion/-/releases
-sha256sums=('ec2327854601d41bd38f151bc94b47ef43f0b8258a551e41e9f5e19b9ad729c1')
+sha256sums=('b4864d7a55351a09adbe9be44e5c65b1d417e80e946c947951d0e8428b9dcd15')
 
 build() {
   cd ${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libixion/-/commit/bb1d06daf7e125d7d8cd2c43cd808f82107ad088

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libixion/-/commit/bb1d06daf7e125d7d8cd2c43cd808f82107ad088
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to