diff options
author | Andrew Sun | 2023-04-27 18:33:50 -0400 |
---|---|---|
committer | Andrew Sun | 2023-04-27 18:33:50 -0400 |
commit | 56fcda2d0173bddd5c03b1e6c515a7a37cb47248 (patch) | |
tree | 76b9956f3d193074bec1427586d253cd6ac67fd4 /PKGBUILD | |
parent | ac4d13f2bd4492d51a7232a80e01455efffa7f64 (diff) | |
download | aur-56fcda2d0173bddd5c03b1e6c515a7a37cb47248.tar.gz |
3.6.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 13 |
1 files changed, 3 insertions, 10 deletions
@@ -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}" |