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

Antonio Rojas arojas at archlinux.org
Fri Sep 18 22:38:54 UTC 2020


    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
===================================================================
--- PKGBUILD	2020-09-18 22:29:52 UTC (rev 710758)
+++ PKGBUILD	2020-09-18 22:38:54 UTC (rev 710759)
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 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



More information about the arch-commits mailing list