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

Antonio Rojas arojas at archlinux.org
Mon Jul 5 20:55:37 UTC 2021


    Date: Monday, July 5, 2021 @ 20:55:37
  Author: arojas
Revision: 972494

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-05 20:55:07 UTC (rev 972493)
+++ PKGBUILD	2021-07-05 20:55:37 UTC (rev 972494)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=planarity
-pkgver=3.0.1.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=($pkgname-$pkgver.tar.gz::"https://github.com/graph-algorithms/edge-addition-planarity-suite/archive/Version_$pkgver.tar.gz")
-sha256sums=('f5489e64ae8d83a4ffb29a4cdfdb2dd7eb4ba33acf23fa54cba08058c8ee085d')
-
-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 972493, planarity/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-05 20:55:37 UTC (rev 972494)
@@ -0,0 +1,27 @@
+# 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
+}




More information about the arch-commits mailing list