summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-12-02 17:50:34 -0800
committerAndy Weidenbaum2016-12-02 17:50:34 -0800
commitb539be9d255173ac59c6dac2fcab16cffbb29745 (patch)
tree54eb414703b72c1d2873be8cc92f860d60b484d0
parent05efc00ff05f9851ad4873c5b833f7e1cb31c554 (diff)
downloadaur-b539be9d255173ac59c6dac2fcab16cffbb29745.tar.gz
update pkgver to 20161201, bug fixed upstream
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD17
2 files changed, 4 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0414cb40a3db..f3a84eda7957 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Apr 5 21:24:30 UTC 2016
+# Sat Dec 3 01:50:06 UTC 2016
pkgbase = nim-git
pkgdesc = Compiled, garbage-collected systems programming language which has an excellent productivity/performance ratio
- pkgver = 20160405
+ pkgver = 20161201
pkgrel = 1
url = https://github.com/nim-lang/Nim
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 0c3d65f58f6a..7ba04d12ddcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Jesus Alvarez <jeezusjr@gmail.com>
pkgname=nim-git
-pkgver=20160405
+pkgver=20161201
pkgrel=1
pkgdesc="Compiled, garbage-collected systems programming language which has an excellent productivity/performance ratio"
arch=('i686' 'x86_64')
@@ -29,20 +29,7 @@ prepare() {
cd ${pkgname%-git}
msg2 'Copying csources...'
- cp -dpr --no-preserve=ownership "$srcdir/csources" .
-
- # https://bugs.archlinux.org/task/48118
- msg2 'Fixing doc comments...'
- sed -i 's,\.\./doc/astspec\.txt,/usr/share/doc/nim/astspec.txt,' \
- lib/core/macros.nim
- sed -i 's,\.\./doc/regexprs\.txt,/usr/share/doc/nim/regexprs.txt,' \
- lib/impure/re.nim
- sed -i 's,doc/mytest\.cfg,/usr/share/doc/nim/mytest.cfg,' \
- lib/pure/parsecfg.nim
- sed -i 's,\.\./doc/pegdocs\.txt,/usr/share/doc/nim/pegdocs.txt,' \
- lib/pure/pegs.nim
- sed -i 's,\.\./doc/subexes\.txt,/usr/share/doc/nim/subexes.txt,' \
- lib/pure/subexes.nim
+ git clone --local "$srcdir/csources"
}
build() {