Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-clarabel
Commits:
06964f5a by Antonio Rojas at 2023-10-17T09:15:03+02:00
upgpkg: 0.6.0-2: Fix metadata
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,8 +1,8 @@
pkgbase = python-clarabel
- pkgdesc = Etebase C library
+ pkgdesc = Interior-point solver for convex conic optimisation problems
pkgver = 0.6.0
- pkgrel = 1
- url = Interior-point solver for convex conic optimisation problems
+ pkgrel = 2
+ url = https://github.com/oxfordcontrol/Clarabel.rs
arch = x86_64
license = Apache
makedepends = python-build
=====================================
PKGBUILD
=====================================
@@ -3,10 +3,10 @@
_pyname=clarabel
pkgname=python-$_pyname
pkgver=0.6.0
-pkgrel=1
-pkgdesc='Etebase C library'
+pkgrel=2
+pkgdesc='Interior-point solver for convex conic optimisation problems'
arch=(x86_64)
-url='Interior-point solver for convex conic optimisation problems'
+url='https://github.com/oxfordcontrol/Clarabel.rs'
license=(Apache)
depends=(gcc-libs
glibc)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-clarabel/-/commit/06964f5a2bd4873009c4f3f264c718e374ca82c7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-clarabel/-/commit/06964f5a2bd4873009c4f3f264c718e374ca82c7
You're receiving this email because of your account on gitlab.archlinux.org.