Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / nlopt


Commits:
b7d069a2 by Carl Smedstad at 2024-11-19T07:24:39+01:00
Use SPDX license identifier

- - - - -
24f7edb3 by Carl Smedstad at 2024-11-19T07:26:12+01:00
upgpkg: 2.9.0-1: Upstream release

https://github.com/stevengj/nlopt/releases/tag/v2.9.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
 pkgbase = nlopt
        pkgdesc = Nonlinear optimization library
-       pkgver = 2.8.0
+       pkgver = 2.9.0
        pkgrel = 1
        url = https://nlopt.readthedocs.io/en/latest/
        arch = x86_64
-       license = LGPL
+       license = LGPL-2.1-or-later
        makedepends = cmake
        makedepends = python-numpy
        makedepends = octave
@@ -12,7 +12,7 @@ pkgbase = nlopt
        makedepends = swig
        depends = gcc-libs
        optdepends = python-numpy: to use with python
-       source = 
https://github.com/stevengj/nlopt/archive/v2.8.0/nlopt-2.8.0.tar.gz
-       sha256sums = 
e02a4956a69d323775d79fdaec7ba7a23ed912c7d45e439bc933d991ea3193fd
+       source = 
https://github.com/stevengj/nlopt/archive/v2.9.0/nlopt-2.9.0.tar.gz
+       sha256sums = 
6e899e297485e457ec1bf84844de29921aeef674f9d5caf60277df45dca6ff76
 
 pkgname = nlopt


=====================================
PKGBUILD
=====================================
@@ -1,17 +1,17 @@
 # Maintainer: Bruno Pagani <[email protected]>
 
 pkgname=nlopt
-pkgver=2.8.0
+pkgver=2.9.0
 pkgrel=1
 pkgdesc="Nonlinear optimization library"
 arch=(x86_64)
 url="https://nlopt.readthedocs.io/en/latest/";
-license=(LGPL)
+license=(LGPL-2.1-or-later)
 depends=(gcc-libs)
 makedepends=(cmake python-numpy octave guile swig)
 optdepends=('python-numpy: to use with python')
 
source=(https://github.com/stevengj/nlopt/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('e02a4956a69d323775d79fdaec7ba7a23ed912c7d45e439bc933d991ea3193fd')
+sha256sums=('6e899e297485e457ec1bf84844de29921aeef674f9d5caf60277df45dca6ff76')
 
 build() {
   cmake -B build -S ${pkgname}-${pkgver} \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nlopt/-/compare/b13993879c7dcf213c91b1dca70dd764e1fd9420...24f7edb35697935902d355057f25dec392202242

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nlopt/-/compare/b13993879c7dcf213c91b1dca70dd764e1fd9420...24f7edb35697935902d355057f25dec392202242
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to