Date: Sunday, June 5, 2016 @ 12:58:44 Author: arojas Revision: 177888
Update to 062 Modified: lrs/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-06-05 10:53:54 UTC (rev 177887) +++ PKGBUILD 2016-06-05 10:58:44 UTC (rev 177888) @@ -2,7 +2,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=lrs -pkgver=061 +pkgver=062 pkgrel=1 pkgdesc="C implementation of the reverse search algorithm for vertex enumeration/convex hull problems" arch=(i686 x86_64) @@ -10,7 +10,7 @@ license=(GPL) depends=(gmp) source=("http://cgm.cs.mcgill.ca/~avis/C/lrslib/archive/lrslib-$pkgver.tar.gz") -md5sums=('0b3687c8693cd7d1f234a3f65e147551') +md5sums=('be5da7b3b90cc2be628dcade90c5d1b9') build() { cd lrslib-$pkgver @@ -21,7 +21,7 @@ cd lrslib-$pkgver mkdir -p "$pkgdir"/usr/{lib,bin,include/lrslib} - cp lrs redund 2nash lrsnash "$pkgdir"/usr/bin/ + cp lrs redund 2nash lrsnash nashdemo "$pkgdir"/usr/bin/ install -m644 liblrsgmp.a "$pkgdir"/usr/lib install -m644 *.h "$pkgdir"/usr/include/lrslib # Compatibility symlink
