Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / nlopt


Commits:
b1399387 by Antonio Rojas at 2024-08-18T13:13:25+02:00
upgpkg: 2.8.0-1: Update to 2.8.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = nlopt
        pkgdesc = Nonlinear optimization library
-       pkgver = 2.7.1
-       pkgrel = 12
+       pkgver = 2.8.0
+       pkgrel = 1
        url = https://nlopt.readthedocs.io/en/latest/
        arch = x86_64
        license = LGPL
@@ -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.7.1/nlopt-2.7.1.tar.gz
-       sha256sums = 
db88232fa5cef0ff6e39943fc63ab6074208831dc0031cf1545f6ecd31ae2a1a
+       source = 
https://github.com/stevengj/nlopt/archive/v2.8.0/nlopt-2.8.0.tar.gz
+       sha256sums = 
e02a4956a69d323775d79fdaec7ba7a23ed912c7d45e439bc933d991ea3193fd
 
 pkgname = nlopt


=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
 # Maintainer: Bruno Pagani <[email protected]>
 
 pkgname=nlopt
-pkgver=2.7.1
-pkgrel=12
+pkgver=2.8.0
+pkgrel=1
 pkgdesc="Nonlinear optimization library"
 arch=(x86_64)
 url="https://nlopt.readthedocs.io/en/latest/";
@@ -11,7 +11,7 @@ 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=('db88232fa5cef0ff6e39943fc63ab6074208831dc0031cf1545f6ecd31ae2a1a')
+sha256sums=('e02a4956a69d323775d79fdaec7ba7a23ed912c7d45e439bc933d991ea3193fd')
 
 build() {
   cmake -B build -S ${pkgname}-${pkgver} \



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

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


Reply via email to