summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2017-01-10 14:13:15 -0500
committerGuillaume Horel2017-01-10 14:13:15 -0500
commit5d102b010dae4b860440f574e762dd9939095d03 (patch)
tree26118834515398aeb93ae7592076a55ad686b7a6 /PKGBUILD
parent44d97afbc9edb61de29b1f847583e29da04683c8 (diff)
downloadaur-5d102b010dae4b860440f574e762dd9939095d03.tar.gz
add missing patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 40ebc7d53775..47144d572962 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,8 +13,10 @@ makedepends=('python-setuptools'
'eigen')
license=('unknown')
arch=('i686' 'x86_64')
-source=("https://github.com/cvxgrp/CVXcanon/archive/v${pkgver}.tar.gz")
-md5sums=('ea900f44c30596d96999aa61eab89f08')
+source=("https://github.com/cvxgrp/CVXcanon/archive/v${pkgver}.tar.gz"
+ "use_system_eigen.patch")
+md5sums=('ea900f44c30596d96999aa61eab89f08'
+ 'ee7c698d9fb8bdd767c96015850a6869')
prepare() {
cd "${srcdir}/${_module}-${pkgver}"