[arch-commits] Commit in alglib/trunk (PKGBUILD)

Jaroslav Lichtblau jlichtblau at gemini.archlinux.org
Sun Jan 16 11:12:51 UTC 2022


    Date: Sunday, January 16, 2022 @ 11:12:50
  Author: jlichtblau
Revision: 1105978

upgpkg: alglib 3.18.0-1 - new upstream release

Modified:
  alglib/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-16 10:22:23 UTC (rev 1105977)
+++ PKGBUILD	2022-01-16 11:12:50 UTC (rev 1105978)
@@ -4,7 +4,7 @@
 # Contributor: Peng Zhang <pczhang at gmail.com>
 
 pkgname=alglib
-pkgver=3.17.0
+pkgver=3.18.0
 pkgrel=1
 pkgdesc="A cross-platform numerical analysis and data processing library - Free Version"
 arch=('x86_64')
@@ -12,10 +12,10 @@
 license=('GPL2')
 makedepends=('cmake')
 source=(http://www.alglib.net/translator/re/alglib-${pkgver}.cpp.gpl.tgz)
-sha256sums=('556667a926ac31b8b17e4bbac34dd6798e0d73339ff77a864ae8763c0e7918f7')
+sha256sums=('98ee704574321f10b25fdab64549c114c00df9629092b971cce9fedfd96ee829')
 
 prepare() {
-    cd "${srcdir}"/cpp
+    cd "${srcdir}"/alglib-cpp
 
 # generate a simple cmake file to build the library since the release
 # doesn't provide any build system
@@ -53,7 +53,7 @@
 }
 
 build() {
-    cd "${srcdir}"/cpp/build
+    cd "${srcdir}"/alglib-cpp/build
 
     cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib ..
     make VERBOSE=1
@@ -60,7 +60,7 @@
 }
 
 package() {
-    cd "${srcdir}"/cpp/build
+    cd "${srcdir}"/alglib-cpp/build
     
     make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list