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

Antonio Rojas arojas at gemini.archlinux.org
Fri Feb 25 22:39:34 UTC 2022


    Date: Friday, February 25, 2022 @ 22:39:34
  Author: arojas
Revision: 1136622

archrelease: copy trunk to community-x86_64

Added:
  planarity/repos/community-x86_64/PKGBUILD
    (from rev 1136621, planarity/trunk/PKGBUILD)
Deleted:
  planarity/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-25 22:39:25 UTC (rev 1136621)
+++ PKGBUILD	2022-02-25 22:39:34 UTC (rev 1136622)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=planarity
-pkgver=3.0.1.1
-pkgrel=1
-pkgdesc='A library for implementing graph algorithms'
-arch=(x86_64)
-url='https://github.com/graph-algorithms/edge-addition-planarity-suite'
-license=(BSD)
-depends=(glibc)
-makedepends=()
-source=(https://github.com/graph-algorithms/edge-addition-planarity-suite/archive/Version_$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('e031e7977f1e291bfde9ed61cdbe43c21c45b7075a7b059b7f90636a53e78abc')
-
-build() {
-  cd edge-addition-planarity-suite-Version_$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd edge-addition-planarity-suite-Version_$pkgver
-  make install DESTDIR="$pkgdir"
-
-  install -Dm644 LICENSE.TXT "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: planarity/repos/community-x86_64/PKGBUILD (from rev 1136621, planarity/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-25 22:39:34 UTC (rev 1136622)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=planarity
+pkgver=3.0.2.0
+pkgrel=1
+pkgdesc='A library for implementing graph algorithms'
+arch=(x86_64)
+url='https://github.com/graph-algorithms/edge-addition-planarity-suite'
+license=(BSD)
+depends=(glibc)
+makedepends=()
+source=(https://github.com/graph-algorithms/edge-addition-planarity-suite/archive/Version_$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('40f4ee7bbd5d8535460c60fc0fc1f806b10909a1419618fd9235746a420a04c6')
+
+build() {
+  cd edge-addition-planarity-suite-Version_$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd edge-addition-planarity-suite-Version_$pkgver
+  make install DESTDIR="$pkgdir"
+
+  install -Dm644 LICENSE.TXT "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list