Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
tachyon
Commits:
18e3bc4c by Antonio Rojas at 2024-11-16T21:17:15+01:00
Use sagemath source
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -8,7 +8,7 @@ pkgbase = tachyon
depends = glibc
depends = libjpeg-turbo
depends = libpng
- source =
http://www-ftp.lip6.fr/pub/math/sagemath/spkg/upstream/tachyon/tachyon-0.99.5.tar.bz2
+ source =
https://github.com/sagemath/sage-package/releases/download/tars/tachyon-0.99.5.tar.gz
source = enable-jpeg-png.patch
source = tachyon-system-cflags.patch
sha256sums =
09203c102311149f5df5cc367409f96c725742666d19c24db5ba994d5a81a6f5
=====================================
PKGBUILD
=====================================
@@ -12,8 +12,7 @@ depends=(glibc
libjpeg-turbo
libpng)
makedepends=()
-#source=(http://jedi.ks.uiuc.edu/~johns/raytracer/files/$pkgver/$pkgname-$pkgver.tar.gz
-source=(http://www-ftp.lip6.fr/pub/math/sagemath/spkg/upstream/tachyon/$pkgname-$pkgver.tar.bz2
+source=(https://github.com/sagemath/sage-package/releases/download/tars/$pkgname-$pkgver.tar.gz
enable-jpeg-png.patch
tachyon-system-cflags.patch)
sha256sums=('09203c102311149f5df5cc367409f96c725742666d19c24db5ba994d5a81a6f5'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tachyon/-/commit/18e3bc4c0e43ffc179b246dc23ecac352c93817c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tachyon/-/commit/18e3bc4c0e43ffc179b246dc23ecac352c93817c
You're receiving this email because of your account on gitlab.archlinux.org.