Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
sage-data-graphs
Commits:
01f32165 by Antonio Rojas at 2024-11-16T21:13:48+01:00
Use sagemath source
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -5,7 +5,7 @@ pkgbase = sage-data-graphs
url = https://www.sagemath.org
arch = any
license = GPL-2.0-or-later
- source =
https://mirrors.mit.edu/sage/spkg/upstream/graphs/graphs-20210214.tar.bz2
+ source =
https://github.com/sagemath/sage-package/releases/download/tars/graphs-20210214.tar.bz2
sha256sums =
07237c0d9853611505c389fd7bb92500c8743f5631babb4d0f45dfd8332f3741
pkgname = sage-data-graphs
=====================================
PKGBUILD
=====================================
@@ -10,7 +10,7 @@ url='https://www.sagemath.org'
license=(GPL-2.0-or-later)
depends=()
makedepends=()
-source=(https://mirrors.mit.edu/sage/spkg/upstream/graphs/$_dbname-$pkgver.tar.bz2)
+source=(https://github.com/sagemath/sage-package/releases/download/tars/$_dbname-$pkgver.tar.bz2)
sha256sums=('07237c0d9853611505c389fd7bb92500c8743f5631babb4d0f45dfd8332f3741')
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sage-data-graphs/-/commit/01f32165f28a84ebb4ae3ad595218f4fa77cbd78
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sage-data-graphs/-/commit/01f32165f28a84ebb4ae3ad595218f4fa77cbd78
You're receiving this email because of your account on gitlab.archlinux.org.