Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
alglib


Commits:
6ae6b1d7 by Jaroslav Lichtblau at 2024-02-07T21:20:47+01:00
upgpkg: 4.01.0-1 - new upstream release

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,12 @@
+pkgbase = alglib
+       pkgdesc = A cross-platform numerical analysis and data processing 
library - Free Version
+       pkgver = 4.01.0
+       pkgrel = 1
+       url = http://www.alglib.net
+       arch = x86_64
+       license = GPL2
+       makedepends = cmake
+       source = http://www.alglib.net/translator/re/alglib-4.01.0.cpp.gpl.tgz
+       sha256sums = 
95e8ea41b32c92346f49a694759e786c5f3a1087b401a9259ef592c0eea4befb
+
+pkgname = alglib


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 # Contributor: Peng Zhang <pczh...@gmail.com>
 
 pkgname=alglib
-pkgver=3.20.0
+pkgver=4.01.0
 pkgrel=1
 pkgdesc="A cross-platform numerical analysis and data processing library - 
Free Version"
 arch=('x86_64')
@@ -12,14 +12,14 @@ url="http://www.alglib.net";
 license=('GPL2')
 makedepends=('cmake')
 source=(http://www.alglib.net/translator/re/alglib-${pkgver}.cpp.gpl.tgz)
-sha256sums=('e7357f0f894313ff1b640ec9cb5e8b63f06d2d3411c2143a374aa0e9740da8a9')
+sha256sums=('95e8ea41b32c92346f49a694759e786c5f3a1087b401a9259ef592c0eea4befb')
 
 prepare() {
     cd "${srcdir}"/alglib-cpp
 
 # generate a simple cmake file to build the library since the release
 # doesn't provide any build system
-    
+
     cat > CMakeLists.txt <<END
 cmake_minimum_required(VERSION 3.0)
 project(alglib VERSION ${pkgver})
@@ -61,6 +61,6 @@ build() {
 
 package() {
     cd "${srcdir}"/alglib-cpp/build
-    
+
     make DESTDIR="${pkgdir}" install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/alglib/-/commit/6ae6b1d7e8e8ffd0ada0db6a20202ed5ea3d2eae

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


Reply via email to