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

2020-09-18 Thread Antonio Rojas via arch-commits
Date: Friday, September 18, 2020 @ 22:38:54
  Author: arojas
Revision: 710759

Update to 0.9

Modified:
  rankwidth/trunk/PKGBUILD

--+
 PKGBUILD |   11 +++
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-18 22:29:52 UTC (rev 710758)
+++ PKGBUILD2020-09-18 22:38:54 UTC (rev 710759)
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=rankwidth
-pkgver=0.8
-pkgrel=2
+pkgver=0.9
+pkgrel=1
 pkgdesc="A program that calculates rank-width and rank-decompositions"
 arch=(x86_64)
 url="https://sourceforge.net/projects/rankwidth/;
@@ -10,13 +10,8 @@
 depends=(igraph)
 makedepends=()
 
source=("https://master.dl.sourceforge.net/project/rankwidth/rw-$pkgver.tar.gz;)
-sha256sums=('60fd5320bef28a5156284fc224534376405f2655c6777a12a05fcacc0576d700')
+sha256sums=('c1e03506fe25cdfcb428c051fc56b2d2affb5b06fba3f2ce756631466befb441')
 
-prepare() {
-  cd rw-$pkgver
-  autoreconf -fi
-}
-
 build() {
   cd rw-$pkgver
   ./configure --prefix=/usr


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

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 12:43:55
  Author: felixonmars
Revision: 658208

upgpkg: rankwidth 0.8-2: reproducibility rebuild

Modified:
  rankwidth/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 12:43:49 UTC (rev 658207)
+++ PKGBUILD2020-07-07 12:43:55 UTC (rev 658208)
@@ -2,7 +2,7 @@
 
 pkgname=rankwidth
 pkgver=0.8
-pkgrel=1
+pkgrel=2
 pkgdesc="A program that calculates rank-width and rank-decompositions"
 arch=(x86_64)
 url="https://sourceforge.net/projects/rankwidth/;


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

2019-08-05 Thread Antonio Rojas via arch-commits
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
===
--- PKGBUILD2019-08-05 09:29:56 UTC (rev 497470)
+++ PKGBUILD2019-08-05 09:36:36 UTC (rev 497471)
@@ -1,17 +1,22 @@
 # Maintainer: Antonio Rojas 
 
 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"
 }
-


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

2017-12-20 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 20, 2017 @ 22:07:13
  Author: arojas
Revision: 275085

Use sagemath sources, rebuild old package

Modified:
  rankwidth/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-20 22:01:53 UTC (rev 275084)
+++ PKGBUILD2017-12-20 22:07:13 UTC (rev 275085)
@@ -3,7 +3,7 @@
 
 pkgname=rankwidth
 pkgver=0.7
-pkgrel=1
+pkgrel=2
 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;
@@ -10,8 +10,8 @@
 license=(GPL2)
 depends=(igraph)
 makedepends=()
-source=("http://pholia.tdi.informatik.uni-frankfurt.de/~philipp/software/rw-$pkgver.tar.gz;)
-md5sums=('58695835a1b5aaa3935143feabc8619a')
+source=("http://mirrors.mit.edu/sage/spkg/upstream/rw/rw-$pkgver.tar.gz;)
+sha256sums=('e049966e5c4f446b639d4b0c40d3ceddd57a79a8890c10dce90614d105d962e7')
 
 build() {
   cd rw-$pkgver