summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPopolon2021-12-20 23:13:16 +0100
committerPopolon2021-12-20 23:13:16 +0100
commit61b899d280d7fc32d8ca685f8a37a88f49e44754 (patch)
treebab32903523853f29d32728235f085d18ccda6c3
parent32f5967831fdc43cb6b48bd9ef57b675febcc421 (diff)
downloadaur-mathmod.tar.gz
upgrade to 11.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fe0d832defd..a6b61feaff25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
pkgbase = mathmod
pkgdesc = modelisation and manipulation of mathematics objects
- pkgver = 11.0
+ pkgver = 11.1
pkgrel = 1
url = https://github.com/parisolab/mathmod/
arch = x86_64
arch = armv7h
arch = armv8
+ arch = riscv32
+ arch = riscv64
license = GPLv2
depends = qt5-base
- source = https://github.com/parisolab/mathmod/archive/11.0.tar.gz
+ source = https://github.com/parisolab/mathmod/archive/11.1.tar.gz
source = MathMod.desktop
- sha256sums = 418e5a40dc0e9e7e41027d9d9f0fe7dc2a27a2df1711891451e7af4a04140dbe
+ sha256sums = b9d4c550d09a8ad307df90ffbb6f89e81846c5ea93d3f3e2616207a76227421a
sha256sums = 6c001dae8ae8c1f6a4aaef7bf2d098a058c1e944dbf01642ea9792926b7204e9
pkgname = mathmod
-
diff --git a/PKGBUILD b/PKGBUILD
index dc4281136d41..72d889010737 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Popolon <popolon@popolon.org>
pkgname=mathmod
-pkgver=11.0
+pkgver=11.1
pkgrel=1
pkgdesc="modelisation and manipulation of mathematics objects"
-arch=('x86_64' 'armv7h' 'armv8')
+arch=('x86_64' 'armv7h' 'armv8' 'riscv32' 'riscv64')
url="https://github.com/parisolab/mathmod/"
license=('GPLv2')
depends=('qt5-base')
source=(https://github.com/parisolab/${pkgname}/archive/${pkgver}.tar.gz
MathMod.desktop)
-sha256sums=('418e5a40dc0e9e7e41027d9d9f0fe7dc2a27a2df1711891451e7af4a04140dbe'
+sha256sums=('b9d4c550d09a8ad307df90ffbb6f89e81846c5ea93d3f3e2616207a76227421a'
'6c001dae8ae8c1f6a4aaef7bf2d098a058c1e944dbf01642ea9792926b7204e9')
prepare() {