summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaul Irofti2024-04-15 14:27:20 +0300
committerPaul Irofti2024-04-15 14:27:20 +0300
commitc3111449efc5f5703cfa6b11be568794b91e9765 (patch)
treec5410068ad8e62f477de682bdcfbffda640c445e /PKGBUILD
parentf24b1026b06857012bc5e1f4cd04023dbcd1070d (diff)
downloadaur-octave-casadi.tar.gz
ditch cmake dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac608c8da187..9804e7114f86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,12 @@
_name=casadi
pkgname="octave-${_name}"
pkgver=3.6.5
-pkgrel=1
+pkgrel=2
pkgdesc="Symbolic framework for automatic differentiation and numeric optimization"
arch=('i686' 'x86_64')
url="https://github.com/casadi/casadi"
license=('GPL3')
depends=('octave')
-makedepends=('cmake')
source=("${pkgname}-${pkgver}.zip"::"https://github.com/${_name}/${_name}/releases/download/${pkgver}/${_name}-${pkgver}-linux64-octave7.3.0.zip")
sha256sums=('7a271ecd55bf2c1487d45e6b612ffbc04fb2f79dbcedd5f44c7302a3b65cdcea')