summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOscar Morante2018-09-13 08:31:30 +0300
committerOscar Morante2018-09-13 08:31:30 +0300
commit079c754909b8d5f6ceb148d334f210a00cd9d2b9 (patch)
treedfeece083c538d69128903ac43494a903907f0d8 /PKGBUILD
parent6681ec3764e30dff8b1b0e01c4bc13e263032856 (diff)
downloadaur-079c754909b8d5f6ceb148d334f210a00cd9d2b9.tar.gz
fix pkgrel
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a65966d3a15..4f985404733e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ _randomstring=3f0ac31c6d6f
_prefix=/opt/UnityBeta
pkgname=unity-editor-beta-doc
-pkgver=${_version}${_build}+${_buildtag}
-pkgrel=1
+pkgver=${_version}${_build}
+pkgrel=2
pkgdesc="Unity User Manual and Scripting API Reference."
arch=('x86_64')
url='https://unity3d.com/'