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

Antonio Rojas arojas at archlinux.org
Thu Aug 27 21:04:06 UTC 2020


    Date: Thursday, August 27, 2020 @ 21:04:06
  Author: arojas
Revision: 690011

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-27 21:03:54 UTC (rev 690010)
+++ PKGBUILD	2020-08-27 21:04:06 UTC (rev 690011)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=planarity
-pkgver=3.0.0.5
-pkgrel=3
-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")
-md5sums=('2fd16fb8bc5d8343b61fd94005475ed1')
-
-build() {
-  cd edge-addition-planarity-suite-Version_$pkgver
-  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-  ./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 690010, planarity/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-27 21:04:06 UTC (rev 690011)
@@ -0,0 +1,27 @@
+# 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
+}



More information about the arch-commits mailing list