[arch-commits] Commit in nlopt/trunk (PKGBUILD)
Bruno Pagani
archange at archlinux.org
Sat Dec 19 22:19:58 UTC 2020
Date: Saturday, December 19, 2020 @ 22:19:58
Author: archange
Revision: 780037
upgpkg: nlopt 2.7.0-1
Modified:
nlopt/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-19 22:19:44 UTC (rev 780036)
+++ PKGBUILD 2020-12-19 22:19:58 UTC (rev 780037)
@@ -1,8 +1,8 @@
# Maintainer: Bruno Pagani <archange at archlinux.org>
pkgname=nlopt
-pkgver=2.6.2
-pkgrel=2
+pkgver=2.7.0
+pkgrel=1
pkgdesc="Nonlinear optimization library"
arch=(x86_64)
url="https://nlopt.readthedocs.io/en/latest/"
@@ -11,7 +11,7 @@
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=('cfa5981736dd60d0109c534984c4e13c615314d3584cf1c392a155bfe1a3b17e')
+sha256sums=('b881cc2a5face5139f1c5a30caf26b7d3cb43d69d5e423c9d78392f99844499f')
build() {
cmake -B build -S ${pkgname}-${pkgver} \
More information about the arch-commits
mailing list