[arch-commits] Commit in lrs/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Jul 10 21:07:48 UTC 2017


    Date: Monday, July 10, 2017 @ 21:07:47
  Author: arojas
Revision: 243792

PIE rebuild

Modified:
  lrs/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-10 21:02:58 UTC (rev 243791)
+++ PKGBUILD	2017-07-10 21:07:47 UTC (rev 243792)
@@ -3,7 +3,7 @@
 
 pkgname=lrs
 pkgver=062
-pkgrel=2
+pkgrel=3
 pkgdesc="C implementation of the reverse search algorithm for vertex enumeration/convex hull problems"
 arch=(i686 x86_64)
 url="http://cgm.cs.mcgill.ca/~avis/C/lrs.html"
@@ -10,7 +10,7 @@
 license=(GPL)
 depends=(gmp)
 source=("http://cgm.cs.mcgill.ca/~avis/C/lrslib/archive/lrslib-$pkgver.tar.gz")
-md5sums=('be5da7b3b90cc2be628dcade90c5d1b9')
+sha256sums=('adf92f9c7e70c001340b9c28f414208d49c581df46b550f56ab9a360348e4f09')
 
 prepare() {
   cd lrslib-$pkgver



More information about the arch-commits mailing list