summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElias Kosunen2017-05-14 18:49:33 +0300
committerElias Kosunen2017-05-14 18:49:33 +0300
commitda04206fa2f641bea6261da04447b09cd7fecb42 (patch)
tree64d44229e5bb8dacb919ca6a548edd9dd070a18a
parent9e476dfb27a9a9de92179f7bdcf3aad4a40dc247 (diff)
downloadaur-da04206fa2f641bea6261da04447b09cd7fecb42.tar.gz
Fix version tag
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d42254ee253e..0f4b47992975 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = varuna
pkgdesc = Compiler for the WIP programming language
- pkgver = vv0.1.0.r0.g8ad4e7e
- pkgrel = 1
+ pkgver = v0.1.0
+ pkgrel = 2
url = https://github.com/varuna-lang/varuna
arch = i686
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = varuna
makedepends = git
depends = llvm-libs>=4.0.0
depends = libutil-linux
- source = git+https://github.com/varuna-lang/varuna.git#tag=vv0.1.0.r0.g8ad4e7e
+ source = git+https://github.com/varuna-lang/varuna.git#tag=v0.1.0
source = git+https://github.com/gabime/spdlog.git
source = git+https://github.com/USCiLab/cereal.git
source = git+https://github.com/onqtam/doctest.git
diff --git a/PKGBUILD b/PKGBUILD
index c4db16220f2d..408d3e4c9efc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Elias Kosunen <elias dot kosunen at gmail dot com>
pkgname=varuna
-pkgver=vv0.1.0.r0.g8ad4e7e
-pkgrel=1
+pkgver=v0.1.0
+pkgrel=2
pkgdesc="Compiler for the WIP programming language"
arch=('i686' 'x86_64')
url="https://github.com/varuna-lang/varuna"