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


Commits:
1c480286 by Antonio Rojas at 2026-06-06T00:48:59+02:00
upgpkg: 2.11.0-1: Upstream update

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = nlopt
        pkgdesc = Nonlinear optimization library
-       pkgver = 2.10.1
-       pkgrel = 2
+       pkgver = 2.11.0
+       pkgrel = 1
        url = https://nlopt.readthedocs.io/en/latest/
        arch = x86_64
        license = LGPL-2.1-or-later
@@ -14,7 +14,7 @@ pkgbase = nlopt
        depends = libgcc
        depends = libstdc++
        optdepends = python-numpy: to use with python
-       source = 
https://github.com/stevengj/nlopt/archive/v2.10.1/nlopt-2.10.1.tar.gz
-       sha256sums = 
30d13ce16da119db3e987784f7864e35a562ec62c186352fae55cd003e6c58ff
+       source = 
https://github.com/stevengj/nlopt/archive/v2.11.0/nlopt-2.11.0.tar.gz
+       sha256sums = 
53e552d83e9294d67db37f0f4a23f15933a9ef698485301a18b98b40004cf0de
 
 pkgname = nlopt


=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
 # Maintainer: Bruno Pagani <[email protected]>
 
 pkgname=nlopt
-pkgver=2.10.1
-pkgrel=2
+pkgver=2.11.0
+pkgrel=1
 pkgdesc='Nonlinear optimization library'
 arch=(x86_64)
 url='https://nlopt.readthedocs.io/en/latest/'
@@ -11,7 +11,7 @@ depends=(glibc libgcc libstdc++)
 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=('30d13ce16da119db3e987784f7864e35a562ec62c186352fae55cd003e6c58ff')
+sha256sums=('53e552d83e9294d67db37f0f4a23f15933a9ef698485301a18b98b40004cf0de')
 
 prepare() {
   cd $pkgname-$pkgver



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nlopt/-/commit/1c480286dea8fd3f824a2d1bf9c9f7e25809a6f5
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to