r-dfoptim: fix pkgdesc

This commit is contained in:
sukanka 2024-12-23 20:59:15 +08:00 committed by GitHub
parent 3fd19993e5
commit 2c5b89dae7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@ _pkgver=2023.1.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
pkgrel=1
pkgdesc="Derivative-Free optimization algorithms. These algorithms do not require gradient information. More importantly, they can be used to solve non-smooth optimization problems."
pkgdesc="Derivative-Free Optimization"
arch=('any')
url="https://cran.r-project.org/package=$_pkgname"
license=('GPL-2.0-or-later')