[arch-commits] Commit in rankwidth/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Aug 5 09:36:36 UTC 2019
Date: Monday, August 5, 2019 @ 09:36:36
Author: arojas
Revision: 497471
Switch to sourceforge
Modified:
rankwidth/trunk/PKGBUILD
----------+
PKGBUILD | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-05 09:29:56 UTC (rev 497470)
+++ PKGBUILD 2019-08-05 09:36:36 UTC (rev 497471)
@@ -1,17 +1,22 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=rankwidth
-pkgver=0.7
-pkgrel=2
+pkgver=0.8
+pkgrel=1
pkgdesc="A program that calculates rank-width and rank-decompositions"
arch=(x86_64)
-url="http://pholia.tdi.informatik.uni-frankfurt.de/~philipp/software/rw.shtml"
+url="https://sourceforge.net/projects/rankwidth/"
license=(GPL2)
depends=(igraph)
makedepends=()
-source=("http://mirrors.mit.edu/sage/spkg/upstream/rw/rw-$pkgver.tar.gz")
-sha256sums=('e049966e5c4f446b639d4b0c40d3ceddd57a79a8890c10dce90614d105d962e7')
+source=("https://master.dl.sourceforge.net/project/rankwidth/rw-$pkgver.tar.gz")
+sha256sums=('60fd5320bef28a5156284fc224534376405f2655c6777a12a05fcacc0576d700')
+prepare() {
+ cd rw-$pkgver
+ autoreconf -fi
+}
+
build() {
cd rw-$pkgver
./configure --prefix=/usr
@@ -22,4 +27,3 @@
cd rw-$pkgver
make install DESTDIR="$pkgdir"
}
-
More information about the arch-commits
mailing list