summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kobel2016-03-16 14:47:07 +0100
committerAlexander Kobel2016-03-16 14:47:07 +0100
commit9a6d442502387124606b8b83684157614d411c4f (patch)
tree2cdb613cd607daa5dce848f967c16207e032ed22
parent0f9e4b5042d4c131ee56a9ff8e64c2cd35a231e1 (diff)
downloadaur-9a6d442502387124606b8b83684157614d411c4f.tar.gz
update to 1.5-2
remove makedepends bison and flex because they are in base-devel
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 386822aeca07..6ef107b140b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,11 @@
-# Generated by makepkg 5.0.0
-# Fri Feb 12 08:05:32 UTC 2016
pkgbase = bertini
pkgdesc = Homotopy continuation solver for systems of polynomial equations
pkgver = 1.5
- pkgrel = 1
+ pkgrel = 2
url = http://bertini.nd.edu/
arch = i686
arch = x86_64
license = custom: Bertini license
- makedepends = automake
- makedepends = autoconf
- makedepends = flex
- makedepends = bison
depends = boost
depends = gmp
depends = mpfr
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
}