summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan R Beste2021-05-10 12:18:03 -0500
committerDan R Beste2021-05-10 12:18:03 -0500
commitefb2dbe89ac68e27ce24539a3014506e4b30fbe7 (patch)
tree1d3181c7f6c0584b6766782a74cbc01a8af7a73a
parentae1de539bafc311251a15ffe648f2c0ba4c3d080 (diff)
downloadaur-efb2dbe89ac68e27ce24539a3014506e4b30fbe7.tar.gz
upgpkg: nim-git 11.4.6.r1321.a9ae5fe5b-1
- https://github.com/nim-lang/Nim/issues/17907#issuecomment-834919640
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0761c44c9920..e19842d8318b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nim-git
pkgdesc = Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
- pkgver = 1.4.6.r1304.98c29c01e
+ pkgver = 1.4.6.r1321.a9ae5fe5b
pkgrel = 1
epoch = 1
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 1c7e8b70eca5..0e6724da030e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgbase='nim-git'
pkgname=('nim-git' 'nimble-git' 'nimsuggest-git' 'nimpretty-git' 'nim-gdb-git')
pkgdesc='Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).'
epoch=1
-pkgver=1.4.6.r1304.98c29c01e
+pkgver=1.4.6.r1321.a9ae5fe5b
pkgrel=1
arch=('x86_64')
groups=('nim')
@@ -62,7 +62,7 @@ prepare() {
cd Nim
# Upstream "pins" supported commits:
- local -r hash="$(grep 'Hash' config/build_config.txt | grep -Eio '[0-9a-z]{40}')"
+ local -r hash="$(grep 'nim_csourcesHash' config/build_config.txt | grep -Eio '[0-9a-z]{40}')"
[[ -d ./csources_v1 ]] && rm -rf ./csources_v1