summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2017-01-23 22:34:00 -0800
committerAndy Weidenbaum2017-01-23 22:34:00 -0800
commit65491fedd480fc7647ba6d932e7f6b6e00279ae5 (patch)
treebf6d65321d940fc8842953fca30919a5e409ef7f
parent96a9acb7b3bc88d08ea7ad71bb0ca8813aa64d90 (diff)
downloadaur-65491fedd480fc7647ba6d932e7f6b6e00279ae5.tar.gz
update pkgver to 20170124, makedepends+=texlive-fontsextra
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b782b19282b9..b5b3fc700396 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Thu Dec 8 18:14:15 UTC 2016
+# Tue Jan 24 06:33:37 UTC 2017
pkgbase = nim-git
- pkgver = 20161208
+ pkgver = 20170124
pkgrel = 1
arch = i686
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = nim-git
makedepends = git
makedepends = texlive-bin
makedepends = texlive-core
+ makedepends = texlive-fontsextra
source = git+https://github.com/nim-lang/Nim
source = git+https://github.com/nim-lang/csources
source = git+https://github.com/nim-lang/nimble
diff --git a/PKGBUILD b/PKGBUILD
index 6c1a5df879a1..22b6230dc8c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,15 @@
# Contributor: Dominik Picheta <morfeusz8@gmail.com>
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Jesus Alvarez <jeezusjr@gmail.com>
+# Contributor: Zion Nimchuk <zionnimchuk@gmail.com>
pkgbase=nim-git
pkgname=('nim-git' 'nimble-git' 'nimsuggest-git')
-pkgver=20161208
+pkgver=20170124
pkgrel=1
arch=('i686' 'x86_64')
groups=('nim')
-makedepends=('git' 'texlive-bin' 'texlive-core')
+makedepends=('git' 'texlive-bin' 'texlive-core' 'texlive-fontsextra')
source=(git+https://github.com/nim-lang/Nim
git+https://github.com/nim-lang/csources
git+https://github.com/nim-lang/nimble