Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / nlopt
Commits:
42647589 by Antonio Rojas at 2026-02-21T20:02:31+01:00
upgpkg: 2.10.1-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = nlopt
pkgdesc = Nonlinear optimization library
- pkgver = 2.10.0
- pkgrel = 6
+ pkgver = 2.10.1
+ 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.0/nlopt-2.10.0.tar.gz
- sha256sums =
506f83a9e778ad4f204446e99509cb2bdf5539de8beccc260a014bd560237be1
+ source =
https://github.com/stevengj/nlopt/archive/v2.10.1/nlopt-2.10.1.tar.gz
+ sha256sums =
30d13ce16da119db3e987784f7864e35a562ec62c186352fae55cd003e6c58ff
pkgname = nlopt
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Bruno Pagani <[email protected]>
pkgname=nlopt
-pkgver=2.10.0
-pkgrel=6
+pkgver=2.10.1
+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=('506f83a9e778ad4f204446e99509cb2bdf5539de8beccc260a014bd560237be1')
+sha256sums=('30d13ce16da119db3e987784f7864e35a562ec62c186352fae55cd003e6c58ff')
prepare() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nlopt/-/commit/42647589e3dd53dd894bb3fc3872013aad96dc02
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nlopt/-/commit/42647589e3dd53dd894bb3fc3872013aad96dc02
You're receiving this email because of your account on gitlab.archlinux.org.