summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2024-08-18 15:38:48 +0200
committerMichel Zou2024-08-18 15:38:48 +0200
commitb226b8a28a46f68b4db20a12ae1083af9445f4b9 (patch)
tree707ef18d329772246bd5c16ccc05b7e60e4a242c
parentc43414da30222e4d52376f534e8523ee812158fd (diff)
downloadaur-b226b8a28a46f68b4db20a12ae1083af9445f4b9.tar.gz
dl
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 145113d4b29e..fe112645a554 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index b356d8e575ab..5a0295949084 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"