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

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


    Date: Monday, July 5, 2021 @ 20:55:05
  Author: arojas
Revision: 972492

Update to 3.0.1.1

Modified:
  planarity/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-05 20:55:05 UTC (rev 972491)
+++ PKGBUILD	2021-07-05 20:55:05 UTC (rev 972492)
@@ -1,16 +1,16 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=planarity
-pkgver=3.0.1.0
+pkgver=3.0.1.1
 pkgrel=1
-pkgdesc="A library for implementing graph algorithms"
+pkgdesc='A library for implementing graph algorithms'
 arch=(x86_64)
-url="https://github.com/graph-algorithms/edge-addition-planarity-suite"
+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')
+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




More information about the arch-commits mailing list