summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTechcable2021-05-18 09:44:54 -0700
committerTechcable2021-05-18 09:44:54 -0700
commita371c5f2cd3b68d2e31c6b7b09738b727104b426 (patch)
tree8366e083db943ba38009eb61eae731a3c1517b23
parent12caae23fb8ffc3076d4704a5d65ec523c00477d (diff)
downloadaur-a371c5f2cd3b68d2e31c6b7b09738b727104b426.tar.gz
Update to 2.2.0
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD11
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e507167351a1..fa4f634ef3f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = mathicsscript
pkgdesc = A more advanced command-line interface to Mathics.
- pkgver = 2.1.2
+ pkgver = 2.2.0
pkgrel = 1
url = https://github.com/Mathics3/mathicsscript
arch = any
- license = custom
+ license = GPL3
checkdepends = python-pytest
- depends = mathics>=2.1.0
- depends = mathics<2.2.0
+ depends = mathics>=2.2.0
+ depends = mathics<2.3.0
+ depends = mathics-pygments
depends = readline
depends = python-click
depends = python-colorama
@@ -16,8 +17,8 @@ pkgbase = mathicsscript
depends = python-networkx
depends = python-pygments
depends = python-term-background
- source = mathicsscript-2.1.2.tar.gz::https://github.com/Mathics3/mathicsscript/archive/refs/tags/2.1.2.tar.gz
- sha256sums = e5f3d2bde12c0843dede253f4e44e2844f6e48f44154912747cd27ca9215e319
+ source = mathicsscript-2.2.0.tar.gz::https://github.com/Mathics3/mathicsscript/archive/refs/tags/2.2.0.tar.gz
+ sha256sums = 3cdbd59c46a12ff061c078cfbe095f069cb6e546e25ab375beb80b4199560580
pkgname = mathicsscript
diff --git a/PKGBUILD b/PKGBUILD
index 4b76019159a5..2ee6c8d3d311 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,14 @@
# Maintainer: Techcable <Techcable at techcable dot net>
pkgname=mathicsscript
-pkgver=2.1.2
+pkgver=2.2.0
pkgrel=1
pkgdesc="A more advanced command-line interface to Mathics."
arch=("any")
url="https://github.com/Mathics3/mathicsscript"
-# No license is explicitly stated, however since Mathics is
-# GPLv3 we can assume it's implicitly GPL-compatible
-license=('custom')
+license=('GPL3')
groups=()
-depends=("mathics>=2.1.0" "mathics<2.2.0"
+depends=("mathics>=2.2.0" "mathics<2.3.0"
+ "mathics-pygments"
"readline"
"python-click" "python-colorama" "python-pygments"
"python-columnize" "python-networkx"
@@ -19,7 +18,7 @@ backup=() # Do we have any config files?
options=()
install=
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('e5f3d2bde12c0843dede253f4e44e2844f6e48f44154912747cd27ca9215e319')
+sha256sums=('3cdbd59c46a12ff061c078cfbe095f069cb6e546e25ab375beb80b4199560580')
validpgpkeys=()
prepare() {