summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2018-10-09 20:39:02 +0200
committerfunilrys2018-10-09 20:39:02 +0200
commit7d2a65d49b3cdbf398426fc01ae55245752c5489 (patch)
tree151e2d80116b2ec3ca3a9dbfad7e69292e7726ed
parent33e8bf027d8deb24dccc55272f67203cc12547e3 (diff)
downloadaur-7d2a65d49b3cdbf398426fc01ae55245752c5489.tar.gz
Fix versioning as pkgrel should not be < 1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07172ea16ac8..ecb0dc9b4ee9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = encryptic
pkgdesc = An encryption-focused open source note taking application.
pkgver = 0.0.1
- pkgrel = 0
+ pkgrel = 1
url = https://github.com/encryptic-team/encryptic
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 1227ea41cf5d..a4c5f35178a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=encryptic
upstreamName=Encryptic
pkgver=0.0.1
-pkgrel=0
+pkgrel=1
pkgdesc="An encryption-focused open source note taking application."
arch=("x86_64" "i686")