summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-07-20 01:15:27 +0200
committerhaawda2018-07-20 01:15:27 +0200
commit22822593266a477f80827ac9485410722e712e91 (patch)
treec7fe5a8c36e02d4ee421855434c3f7148a254a96
parent9b01561a5087ab6824ad4ed6f2c075cc9ce7eb5b (diff)
downloadaur-22822593266a477f80827ac9485410722e712e91.tar.gz
add a git submodule mistakingly removed with previous commit
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcc04680e2fd..3efb556fb5b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = varuna-git
pkgdesc = Compiler for the varuna language
pkgver = 0.1.1r393.b0d2ad8
- pkgrel = 2
+ pkgrel = 3
url = https://varuna-lang.github.io
arch = i686
arch = x86_64
@@ -19,6 +19,8 @@ pkgbase = varuna-git
source = git+https://github.com/vit-vit/CTPL.git
source = git+https://github.com/varuna-lang/vastd.git
source = git+https://github.com/varuna-lang/vart.git
+ source = git+https://github.com/varuna-lang/llvm-binutils.git
+ md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8d0a6a1fa5b8..b4a4229b4a72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=varuna-git
pkgver=0.1.1r393.b0d2ad8
-pkgrel=2
+pkgrel=3
pkgdesc="Compiler for the varuna language"
arch=('i686' 'x86_64')
url="https://varuna-lang.github.io"
@@ -18,8 +18,9 @@ source=("git+https://github.com/varuna-lang/${pkgname%-git}.git"
"git+https://github.com/graeme-hill/crossguid.git"
"git+https://github.com/vit-vit/CTPL.git"
"git+https://github.com/varuna-lang/vastd.git"
- "git+https://github.com/varuna-lang/vart.git")
-md5sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
+ "git+https://github.com/varuna-lang/vart.git"
+ "git+https://github.com/varuna-lang/llvm-binutils.git")
+md5sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
pkgver() {
cd ${pkgname%-git}