summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2017-07-10 07:11:17 -0700
committerAndy Weidenbaum2017-07-10 07:11:17 -0700
commit4b1185bc36417d0d754c917edb3a00f3072217dc (patch)
tree8b824e7d8534b730a84db5fe7d0bed10ce4c7cb9
parentc1073daa305f623981106b7011ff373fe4ed66e1 (diff)
downloadaur-4b1185bc36417d0d754c917edb3a00f3072217dc.tar.gz
update pkgver to 20170710, mainline nimsuggest
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD15
2 files changed, 5 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ad84c80e367..f9c77802fb06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Sun Mar 12 17:21:36 UTC 2017
+# Mon Jul 10 14:10:54 UTC 2017
pkgbase = nim-git
- pkgver = 20170312
+ pkgver = 20170710
pkgrel = 1
arch = i686
arch = x86_64
@@ -14,8 +14,6 @@ pkgbase = nim-git
source = git+https://github.com/nim-lang/Nim.wiki
source = git+https://github.com/nim-lang/csources
source = git+https://github.com/nim-lang/nimble
- source = git+https://github.com/nim-lang/nimsuggest
- sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e9c6a3ce12fd..5770d2456e3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgbase=nim-git
pkgname=('nim-git' 'nimble-git' 'nimsuggest-git')
-pkgver=20170312
+pkgver=20170710
pkgrel=1
arch=('i686' 'x86_64')
groups=('nim')
@@ -15,9 +15,8 @@ makedepends=('git' 'texlive-bin' 'texlive-core' 'texlive-fontsextra')
source=(git+https://github.com/nim-lang/Nim
git+https://github.com/nim-lang/Nim.wiki
git+https://github.com/nim-lang/csources
- git+https://github.com/nim-lang/nimble
- git+https://github.com/nim-lang/nimsuggest)
-sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
+ git+https://github.com/nim-lang/nimble)
+sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP')
pkgver() {
cd "$srcdir/Nim"
@@ -143,14 +142,6 @@ package_nimsuggest-git() {
provides=('nimsuggest')
conflicts=('nimsuggest')
- cd "$srcdir/nimsuggest"
-
- msg2 'Installing Nimsuggest license...'
- install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/nimsuggest"
-
- msg2 'Installing Nimsuggest documentation...'
- install -Dm 644 README.md -t "$pkgdir/usr/share/doc/nimsuggest"
-
msg2 'Installing Nimsuggest...'
install -Dm 755 "$srcdir/Nim/bin/nimsuggest" -t "$pkgdir/usr/bin"
}