summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Mishin2021-08-05 17:26:59 +0700
committerRoman Mishin2021-08-05 17:26:59 +0700
commita05f36ac0660c9c3d0407451796c54fc6ac158d8 (patch)
tree26eefecf7b34ba2db197ab3529ac6206d0fba69c
parent8511ece1d8795f23441f17af8b255cb40a01ede1 (diff)
downloadaur-a05f36ac0660c9c3d0407451796c54fc6ac158d8.tar.gz
updated package version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
-rw-r--r--path-to-help.patch22
3 files changed, 15 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c1d0a6e8a68..19ed9fa6d08f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bracmat-git
pkgdesc = Programming language for symbolic computation with pattern matching features
- pkgver = 6.9.1.r247
+ pkgver = 6.9.2.r249
pkgrel = 3
url = https://github.com/BartJongejan/Bracmat
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 9b3003b4ca16..bbbe6a840e58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Roman Mishin <xtradev (a) yandex (.) ru>
pkgname=bracmat-git
-pkgver=6.9.1.r247
-pkgrel=3
+pkgver=6.9.2.r249
+pkgrel=4
pkgdesc='Programming language for symbolic computation with pattern matching features'
arch=('i686' 'x86_64')
url='https://github.com/BartJongejan/Bracmat'
@@ -13,7 +13,7 @@ conflicts=('bracmat')
source=("git+$url.git"
'path-to-help.patch')
md5sums=('SKIP'
- 'f595a0ccdef5980c45433127c1bc37b4')
+ '6ef0a6e438c5f7ff66c59dcb34c50411')
pkgver() {
sed -nr 'N;s/#define VERSION "([0-9\.]+)"\n#define BUILD "([0-9]+)"/\1.r\2/p;D'\
diff --git a/path-to-help.patch b/path-to-help.patch
index 7bea09028927..2ec13a93946e 100644
--- a/path-to-help.patch
+++ b/path-to-help.patch
@@ -1,14 +1,14 @@
diff --git a/src/bracmat.c b/src/bracmat.c
-index 9475288..e82d37b 100644
+index 73af75a..045ef9e 100644
--- a/src/bracmat.c
+++ b/src/bracmat.c
-@@ -16554,7 +16554,8 @@ int mainLoop(int argc,char *argv[])
- "Bracmat comes with ABSOLUTELY NO WARRANTY; for details type `!w'.\\n"
- "This is free software, and you are welcome to redistribute it\\n"
- "under certain conditions; type `!c' for details.\\n\\n"
-- "\\n\\n{?} get$help { tutorial }\\n{?} ) { stop }\"&"
-+ "\\n{?} get$\\\"/usr/share/doc/bracmat/help\\\" { tutorial }"
-+ "\\n{?} ) { stop }\"&"
- "(main=put$\"{?} \"&clk$():?SEC&((get':?!(=):(|?&clk$+-1*!SEC:?SEC&"
- "put$\"{!} \"&put$!&put$(\"\\n S \" str$(div$(!SEC,1) \",\" (div$(mod$("
- "!SEC*100,100),1):?SEC&!SEC:<10&0|) !SEC) sec))|put$\"\\n F\")|"
+@@ -16776,7 +16776,8 @@ int mainLoop(int argc, char *argv[])
+ "Bracmat comes with ABSOLUTELY NO WARRANTY; for details type `!w'.\\n"
+ "This is free software, and you are welcome to redistribute it\\n"
+ "under certain conditions; type `!c' for details.\\n\\n"
+- "\\n\\n{?} get$help { tutorial }\\n{?} ) { stop }\"&"
++ "\\n{?} get$\\\"/usr/share/doc/bracmat/help\\\" { tutorial }"
++ "\\n{?} ) { stop }\"&"
+ "(main=put$\"{?} \"&clk$():?SEC&((get':?!(=):(|?&clk$+-1*!SEC:?SEC&"
+ "put$\"{!} \"&put$!&put$(\"\\n S \" str$(div$(!SEC,1) \",\" (div$(mod$("
+ "!SEC*100,100),1):?SEC&!SEC:<10&0|) !SEC) sec))|put$\"\\n F\")|"