[arch-commits] Commit in cddlib/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Dec 20 20:28:32 UTC 2017
Date: Wednesday, December 20, 2017 @ 20:28:30
Author: arojas
Revision: 275072
Fix source
Modified:
cddlib/trunk/PKGBUILD
----------+
PKGBUILD | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-20 20:04:18 UTC (rev 275071)
+++ PKGBUILD 2017-12-20 20:28:30 UTC (rev 275072)
@@ -6,14 +6,14 @@
pkgver=094h
pkgrel=2
pkgdesc="C library implementing Doudble Description Method for convex polyhedra"
-arch=('x86_64')
-url="http://www.ifor.math.ethz.ch/~fukuda/cdd_home/cdd.html"
-license=('GPL')
-depends=('gmp')
-source=("ftp://ftp.ifor.math.ethz.ch/pub/fukuda/cdd/$pkgname-$pkgver.tar.gz" 'cdd_both_reps.c' 'cdd_both_reps.patch')
-md5sums=('1467d270860bbcb26d3ebae424690e7c'
- 'c80ebe354f615144de14c826cadc3bf6'
- '84c7d505ffd46524ffc8ab2de1c5713d')
+arch=(x86_64)
+url="https://www.inf.ethz.ch/personal/fukudak/cdd_home/"
+license=(GPL)
+depends=(gmp)
+source=("ftp://ftp.math.ethz.ch/users/fukudak/cdd/cddlib-$pkgver.tar.gz" cdd_both_reps.c cdd_both_reps.patch)
+sha256sums=('fe6d04d494683cd451be5f6fe785e147f24e8ce3ef7387f048e739ceb4565ab5'
+ 'f7cba3957d5d8198d07de5b64f40936da9914bc0a8040eca7ef01d66cd2d2377'
+ 'ec750d791829f3124787e2d4a376ff8316e179600505fee5513ca0e3320535d2')
prepare() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list