summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Rojas2023-07-09 18:38:09 +0200
committerAntonio Rojas2023-07-09 18:38:09 +0200
commit7849a8d65f598bdd8ed4b5fe5c91a54aab5730e4 (patch)
treebdf10102d8884fbd181f58520fa54f6859b72200
parentfcfd62ab32cae013063c66edc339d6a72ff7ea14 (diff)
downloadaur-7849a8d65f598bdd8ed4b5fe5c91a54aab5730e4.tar.gz
Run top-level bootstrap
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b8c80d7a968..e9a69ba53f37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sagemath-git
pkgdesc = Open Source Mathematics Software, free alternative to Magma, Maple, Mathematica, and Matlab
- pkgver = 10.1.beta4.r0.g3230f00aeb
+ pkgver = 10.1.beta6.r0.g1ca4a47dbd
pkgrel = 1
url = http://www.sagemath.org
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 06cd62b67b4e..91b913219070 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Stefan Husmann <stefan-husmann at t-online dot de>
pkgname=sagemath-git
-pkgver=10.1.beta4.r0.g3230f00aeb
+pkgver=10.1.beta6.r0.g1ca4a47dbd
pkgrel=1
pkgdesc='Open Source Mathematics Software, free alternative to Magma, Maple, Mathematica, and Matlab'
arch=(x86_64)
@@ -79,7 +79,6 @@ prepare(){
# update to tdlib 0.9 (Fedora)
patch -p1 -i ../sagemath-tdlib-0.9.patch
- cd build/pkgs/sagelib
./bootstrap
}