summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElias Kosunen2017-05-17 15:17:12 +0300
committerElias Kosunen2017-05-17 15:17:12 +0300
commit7348b5d6969f26c38d22ca877435a4e482c10dfc (patch)
treef6bd43744a2f1c864d822d707f2e3d93c1602ee3
parent21a835aacefa170338e965771d7ee907e801cdf2 (diff)
downloadaur-7348b5d6969f26c38d22ca877435a4e482c10dfc.tar.gz
Remove v before version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00eea5d2d07c..934adf8abcb4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = varuna
pkgdesc = Compiler for the WIP programming language
- pkgver = v0.1.1
+ pkgver = 0.1.1
pkgrel = 2
url = https://github.com/varuna-lang/varuna
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index bb08f77383ed..b80331169daf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Elias Kosunen <elias dot kosunen at gmail dot com>
pkgname=varuna
-pkgver=v0.1.1
-pkgrel=2
+pkgver=0.1.1
+pkgrel=3
pkgdesc="Compiler for the WIP programming language"
arch=('i686' 'x86_64')
url="https://github.com/varuna-lang/varuna"
license=('BSD')
depends=('llvm-libs>=4.0.0' 'libutil-linux')
makedepends=('cmake>=3.2.3' 'git')
-source=("git+https://github.com/varuna-lang/${pkgname}.git#tag=${pkgver}"
+source=("git+https://github.com/varuna-lang/${pkgname}.git#tag=v${pkgver}"
"git+https://github.com/gabime/spdlog.git"
"git+https://github.com/USCiLab/cereal.git"
"git+https://github.com/onqtam/doctest.git"