summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-09-13 08:55:00 +0300
committerOscar Morante2018-09-13 08:55:00 +0300
commite2718a4f6af05f7e4256c94628339891b795e02b (patch)
tree4f5d2dd78ba77cd3ff7e7c83d4799f8886b52596
parentc3cca828490a14f00263d02249c71f4cde0cb4bb (diff)
downloadaur-e2718a4f6af05f7e4256c94628339891b795e02b.tar.gz
fix pkgver
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f67227d9c8ab..72e3a0140fd1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = unity-editor
pkgdesc = The world's most popular development platform for creating 2D and 3D multiplatform games and interactive experiences.
- pkgver = 2018.2.7f1+
+ pkgver = 2018.2.7f1
pkgrel = 1
epoch = 1
url = https://unity3d.com/
diff --git a/PKGBUILD b/PKGBUILD
index 8a04dc552a1c..f3aabb6fd4a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _randomstring=4ebd28dd9664
_prefix=/opt/Unity
pkgname=unity-editor
-pkgver=${_version}${_build}+${_buildtag}
+pkgver=${_version}${_build}
pkgrel=1
epoch=1
pkgdesc="The world's most popular development platform for creating 2D and 3D multiplatform games and interactive experiences."