diff --git a/BioArchLinux/r-dfoptim/PKGBUILD b/BioArchLinux/r-dfoptim/PKGBUILD index 8d429120cc..e7bc82e3c7 100644 --- a/BioArchLinux/r-dfoptim/PKGBUILD +++ b/BioArchLinux/r-dfoptim/PKGBUILD @@ -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')