summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2023-04-27 18:33:50 -0400
committerAndrew Sun2023-04-27 18:33:50 -0400
commit56fcda2d0173bddd5c03b1e6c515a7a37cb47248 (patch)
tree76b9956f3d193074bec1427586d253cd6ac67fd4 /PKGBUILD
parentac4d13f2bd4492d51a7232a80e01455efffa7f64 (diff)
downloadaur-56fcda2d0173bddd5c03b1e6c515a7a37cb47248.tar.gz
3.6.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 3 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5967ca6ed70..6ad32e2f886a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Benjamin Chretien <chretien dot b +aur at gmail dot com>
pkgname=casadi
-pkgver=3.6.0
+pkgver=3.6.1
pkgrel=1
pkgdesc="Symbolic framework for automatic differentiation and numeric optimization"
arch=('i686' 'x86_64')
@@ -11,15 +11,8 @@ license=('GPL3')
depends=('python' 'gcc-fortran' 'lapack' 'tinyxml' 'tinyxml2' 'swig' 'ipython'
'python-numpy' 'python-scipy' 'python-matplotlib' 'coin-or-ipopt' 'dsdp')
makedepends=('cmake')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/casadi/${pkgname}/archive/${pkgver}.tar.gz"
- "dont-install-tinyxml-stuff.patch")
-sha256sums=('87ea8c25025b0a479d3fcd20d1851197e699b6440cc8fd5e8c02a7e79f8cd19c'
- '8c292a6e10c56ebf0ae2252a17e06eae18d5eaa618d9a8cad1d7aea1d273ff5f')
-
-prepare() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- patch -Np1 -i "${srcdir}/dont-install-tinyxml-stuff.patch"
-}
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/casadi/${pkgname}/archive/${pkgver}.tar.gz")
+sha256sums=('193032c1377cc4762be30e1e6d933e97d40c679ac7081bde46bb12390ed4337c')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"