summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Kobel2016-03-16 14:47:07 +0100
committerAlexander Kobel2016-03-16 14:47:07 +0100
commit9a6d442502387124606b8b83684157614d411c4f (patch)
tree2cdb613cd607daa5dce848f967c16207e032ed22 /PKGBUILD
parent0f9e4b5042d4c131ee56a9ff8e64c2cd35a231e1 (diff)
downloadaur-9a6d442502387124606b8b83684157614d411c4f.tar.gz
update to 1.5-2
remove makedepends bison and flex because they are in base-devel
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ffad8fe471fb..d4ebb02cac1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,13 @@
pkgname=bertini
pkgver=1.5
-pkgrel=1
+pkgrel=2
pkgdesc="Homotopy continuation solver for systems of polynomial equations"
url="http://bertini.nd.edu/"
arch=('i686' 'x86_64')
license=('custom: Bertini license')
depends=('boost' 'gmp' 'mpfr')
optdepends=('openmpi: multithreading support')
-makedepends=('automake' 'autoconf' 'flex' 'bison')
source=("http://bertini.nd.edu/BertiniSource_v${pkgver}.tar.gz")
sha256sums=('a9a68a96e180fe6a93ba1bc1d61f522784c9a053b049b2cbd98008b5b6deec3c')
@@ -29,7 +28,7 @@ build () {
package() {
cd ${srcdir}/BertiniSource_v${pkgver}
- install -D -m644 Bertini_License "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -D -m644 Bertini_License -t "${pkgdir}/usr/share/licenses/${pkgname}"
install -D -m644 BertiniUsersManual.pdf "${pkgdir}/usr/share/doc/${pkgname}/BertiniUsersManual.pdf"
make DESTDIR="${pkgdir}" install
}