[arch-commits] Commit in rankwidth/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Sep 18 22:39:05 UTC 2020


    Date: Friday, September 18, 2020 @ 22:39:04
  Author: arojas
Revision: 710760

archrelease: copy trunk to community-x86_64

Added:
  rankwidth/repos/community-x86_64/PKGBUILD
    (from rev 710759, rankwidth/trunk/PKGBUILD)
Deleted:
  rankwidth/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   53 ++++++++++++++++++++++++-----------------------------
 1 file changed, 24 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-18 22:38:54 UTC (rev 710759)
+++ PKGBUILD	2020-09-18 22:39:04 UTC (rev 710760)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=rankwidth
-pkgver=0.8
-pkgrel=2
-pkgdesc="A program that calculates rank-width and rank-decompositions"
-arch=(x86_64)
-url="https://sourceforge.net/projects/rankwidth/"
-license=(GPL2)
-depends=(igraph)
-makedepends=()
-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
-  make
-}
-
-package() {
-  cd rw-$pkgver
-  make install DESTDIR="$pkgdir"
-}

Copied: rankwidth/repos/community-x86_64/PKGBUILD (from rev 710759, rankwidth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-18 22:39:04 UTC (rev 710760)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=rankwidth
+pkgver=0.9
+pkgrel=1
+pkgdesc="A program that calculates rank-width and rank-decompositions"
+arch=(x86_64)
+url="https://sourceforge.net/projects/rankwidth/"
+license=(GPL2)
+depends=(igraph)
+makedepends=()
+source=("https://master.dl.sourceforge.net/project/rankwidth/rw-$pkgver.tar.gz")
+sha256sums=('c1e03506fe25cdfcb428c051fc56b2d2affb5b06fba3f2ce756631466befb441')
+
+build() {
+  cd rw-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd rw-$pkgver
+  make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list