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

Antonio Rojas arojas at archlinux.org
Sun Sep 13 16:39:39 UTC 2020


    Date: Sunday, September 13, 2020 @ 16:39:38
  Author: arojas
Revision: 705153

archrelease: copy trunk to community-x86_64

Added:
  cliquer/repos/community-x86_64/PKGBUILD
    (from rev 705152, cliquer/trunk/PKGBUILD)
Deleted:
  cliquer/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++---------------------------
 1 file changed, 23 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-13 16:39:29 UTC (rev 705152)
+++ PKGBUILD	2020-09-13 16:39:38 UTC (rev 705153)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=cliquer
-pkgver=1.21
-pkgrel=4
-pkgdesc="A set of C routines for finding cliques in an arbitrary weighted graph"
-arch=(x86_64)
-url="https://users.aalto.fi/~pat/cliquer.html"
-license=(GPL)
-depends=(glibc)
-conflicts=(libcliquer)
-provides=(libcliquer)
-replaces=(libcliquer)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/dimpase/autocliquer/archive/v$pkgver.tar.gz")
-sha256sums=('297de57628cf0d89093ef6d3b366a1594b180970e5ffee1395b2b305859584e6')
-
-build() {
-  cd autocliquer-$pkgver
-  autoreconf -vi
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd autocliquer-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cliquer/repos/community-x86_64/PKGBUILD (from rev 705152, cliquer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-13 16:39:38 UTC (rev 705153)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=cliquer
+pkgver=1.22
+pkgrel=1
+pkgdesc="A set of C routines for finding cliques in an arbitrary weighted graph"
+arch=(x86_64)
+url="https://users.aalto.fi/~pat/cliquer.html"
+license=(GPL)
+depends=(glibc)
+source=(https://github.com/dimpase/autocliquer/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('6ff79e1e9983ebabbca3dd276a8a310cbdeb48c7adf95f37abd83129b566340e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list