diff options
author | Michel Zou | 2024-08-18 15:38:48 +0200 |
---|---|---|
committer | Michel Zou | 2024-08-18 15:38:48 +0200 |
commit | b226b8a28a46f68b4db20a12ae1083af9445f4b9 (patch) | |
tree | 707ef18d329772246bd5c16ccc05b7e60e4a242c | |
parent | c43414da30222e4d52376f534e8523ee812158fd (diff) | |
download | aur-b226b8a28a46f68b4db20a12ae1083af9445f4b9.tar.gz |
dl
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -10,7 +10,7 @@ pkgbase = mingw-w64-nauty options = !strip options = !buildflags options = staticlibs - source = https://pallini.di.uniroma1.it/nauty2_8_8.tar.gz + source = http://users.cecs.anu.edu.au/~bdm/nauty/nauty2_8_8.tar.gz sha256sums = 159d2156810a6bb240410cd61eb641add85088d9f15c888cdaa37b8681f929ce pkgname = mingw-w64-nauty @@ -10,6 +10,8 @@ makedepends=(mingw-w64-configure) options=(!strip !buildflags staticlibs) source=("https://pallini.di.uniroma1.it/nauty${pkgver//./_}.tar.gz") sha256sums=('159d2156810a6bb240410cd61eb641add85088d9f15c888cdaa37b8681f929ce') +source=("http://users.cecs.anu.edu.au/~bdm/nauty/nauty2_8_8.tar.gz") + _architectures="i686-w64-mingw32 x86_64-w64-mingw32" |