[arch-commits] Commit in planarity/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Aug 27 21:03:55 UTC 2020


    Date: Thursday, August 27, 2020 @ 21:03:54
  Author: arojas
Revision: 690010

Update to 3.0.1.0

Modified:
  planarity/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-27 21:01:40 UTC (rev 690009)
+++ PKGBUILD	2020-08-27 21:03:54 UTC (rev 690010)
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=planarity
-pkgver=3.0.0.5
-pkgrel=3
+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"
@@ -10,11 +10,10 @@
 depends=(glibc)
 makedepends=()
 source=($pkgname-$pkgver.tar.gz::"https://github.com/graph-algorithms/edge-addition-planarity-suite/archive/Version_$pkgver.tar.gz")
-md5sums=('2fd16fb8bc5d8343b61fd94005475ed1')
+sha256sums=('f5489e64ae8d83a4ffb29a4cdfdb2dd7eb4ba33acf23fa54cba08058c8ee085d')
 
 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



More information about the arch-commits mailing list