summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Irofti2024-04-15 14:27:20 +0300
committerPaul Irofti2024-04-15 14:27:20 +0300
commitc3111449efc5f5703cfa6b11be568794b91e9765 (patch)
treec5410068ad8e62f477de682bdcfbffda640c445e
parentf24b1026b06857012bc5e1f4cd04023dbcd1070d (diff)
downloadaur-c3111449efc5f5703cfa6b11be568794b91e9765.tar.gz
ditch cmake dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f37c41783c96..46ffb61e35f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = octave-casadi
pkgdesc = Symbolic framework for automatic differentiation and numeric optimization
pkgver = 3.6.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/casadi/casadi
arch = i686
arch = x86_64
license = GPL3
- makedepends = cmake
depends = octave
source = octave-casadi-3.6.5.zip::https://github.com/casadi/casadi/releases/download/3.6.5/casadi-3.6.5-linux64-octave7.3.0.zip
sha256sums = 7a271ecd55bf2c1487d45e6b612ffbc04fb2f79dbcedd5f44c7302a3b65cdcea
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')