summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 934adf8abcb4..6eb4af8cd6f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = varuna
pkgdesc = Compiler for the WIP programming language
pkgver = 0.1.1
- pkgrel = 2
+ pkgrel = 4
url = https://github.com/varuna-lang/varuna
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index b80331169daf..b52306023b54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Elias Kosunen <elias dot kosunen at gmail dot com>
pkgname=varuna
pkgver=0.1.1
-pkgrel=3
+pkgrel=4
pkgdesc="Compiler for the WIP programming language"
arch=('i686' 'x86_64')
url="https://github.com/varuna-lang/varuna"