summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Mishin2022-03-17 19:10:59 +0700
committerRoman Mishin2022-03-17 19:10:59 +0700
commit96a5fe321841279aade79cfb0047f46b9e27a427 (patch)
treeaeaaf9a3d9fa5d807d64613fbca507080155f879
parenta2c7f6477d848655d1d5b48c00ae0f5277ea0066 (diff)
downloadaur-96a5fe321841279aade79cfb0047f46b9e27a427.tar.gz
specified explicit commit hash to check out, because of new development (potu) that progresses in the same (master) branch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f76a508788a4..b5519cc813b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bracmat-git
pkgdesc = Programming language for symbolic computation with pattern matching features
pkgver = 6.9.3.r252
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/BartJongejan/Bracmat
arch = i686
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = bracmat-git
makedepends = git
provides = bracmat
conflicts = bracmat
- source = git+https://github.com/BartJongejan/Bracmat.git
+ source = git+https://github.com/BartJongejan/Bracmat.git#commit=cf5bf508d8482cf02f895d91ce9572d67235e58f
source = path-to-help.patch
md5sums = SKIP
md5sums = 99837b2909221895b234f4cf5efd6864
diff --git a/PKGBUILD b/PKGBUILD
index 470a4e157874..6601f675fa2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: Roman Mishin <xtradev (a) yandex (.) ru>
+_commit=cf5bf508d8482cf02f895d91ce9572d67235e58f
pkgname=bracmat-git
pkgver=6.9.3.r252
-pkgrel=1
+pkgrel=2
pkgdesc='Programming language for symbolic computation with pattern matching features'
arch=('i686' 'x86_64')
url='https://github.com/BartJongejan/Bracmat'
@@ -10,7 +11,7 @@ license=('GPL2')
makedepends=('git')
provides=('bracmat')
conflicts=('bracmat')
-source=("git+$url.git"
+source=("git+$url.git#commit=$_commit"
'path-to-help.patch')
md5sums=('SKIP'
'99837b2909221895b234f4cf5efd6864')