[arch-commits] Commit in nauty/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Feb 28 20:42:27 UTC 2016
Date: Sunday, February 28, 2016 @ 21:42:27
Author: arojas
Revision: 163683
Update to 26r1
Modified:
nauty/trunk/PKGBUILD
----------+
PKGBUILD | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-02-28 20:37:51 UTC (rev 163682)
+++ PKGBUILD 2016-02-28 20:42:27 UTC (rev 163683)
@@ -2,16 +2,15 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=nauty
-pkgver=25r9
-pkgrel=2
+pkgver=26r1
+pkgrel=1
pkgdesc="A program for computing automorphism groups of graphs and digraphs"
-arch=('i686' 'x86_64')
-url="http://cs.anu.edu.au/~bdm/nauty/"
-license=('custom')
-depends=('glibc')
-source=("http://cs.anu.edu.au/~bdm/nauty/nauty$pkgver.tar.gz" 'LICENSE')
-md5sums=('e8ecd08b0892a1fb13329c147f08de6d'
- '228d316cce6fb60dbb8cee9068b44a31')
+arch=(i686 x86_64)
+url="http://pallini.di.uniroma1.it/"
+license=(custom)
+depends=(glibc)
+source=("http://pallini.di.uniroma1.it/nauty26r1.tar.gz")
+md5sums=('7a89ffd50fc7c690dc9eab321d7780f7')
build() {
cd nauty$pkgver
@@ -31,6 +30,6 @@
done
mkdir -p "$pkgdir"/usr/share/licenses/nauty
- install "$srcdir"/LICENSE "$pkgdir"/usr/share/licenses/nauty
+ install COPYRIGHT "$pkgdir"/usr/share/licenses/nauty/LICENSE
}
More information about the arch-commits
mailing list