summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-12-16 13:03:57 +0200
committerOscar Morante2018-12-16 13:15:15 +0200
commit7eac361f93c9ce25921c2fa85c2d4dcfaaf8d5d5 (patch)
tree253a23ca73a1cfac8d71a1a327090a3ff2e95296
parent9937aae2af43be702dede5d7f96214d8a0ebb3f7 (diff)
downloadaur-7eac361f93c9ce25921c2fa85c2d4dcfaaf8d5d5.tar.gz
update to new upstream version (2018.2.20f1)
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 877119076ce4..df3c1a945b37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = unity-editor-doc
pkgdesc = Unity User Manual and Scripting API Reference.
- pkgver = 2018.2.19f1
+ pkgver = 2018.2.20f1
pkgrel = 1
url = https://unity3d.com/
arch = x86_64
license = custom
+ makedepends = cpio
depends = unity-editor
options = !strip
- source = https://docs.unity3d.com/2018.2/Documentation/uploads/UnityDocumentation.zip
- sha1sums = SKIP
+ source = https://storage.googleapis.com/docscloudstorage/2018.2/UnityDocumentation.zip
+ md5sums = SKIP
pkgname = unity-editor-doc
diff --git a/PKGBUILD b/PKGBUILD
index 04f942794699..a8bf3a083e8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,18 @@
# Maintainer: Oscar Morante <spacepluk@gmail.com>
-_version=2018.2.19
-_build=f1
-_randomstring=06990f28ba00
_prefix=/opt/Unity
pkgname=unity-editor-doc
-pkgver=${_version}${_build}
+pkgver=2018.2.20f1
pkgrel=1
pkgdesc="Unity User Manual and Scripting API Reference."
arch=('x86_64')
url='https://unity3d.com/'
license=('custom')
depends=('unity-editor')
-source=("https://docs.unity3d.com/2018.2/Documentation/uploads/UnityDocumentation.zip")
-sha1sums=('SKIP')
+makedepends=('cpio')
+source=("https://storage.googleapis.com/docscloudstorage/2018.2/UnityDocumentation.zip")
+md5sums=("SKIP")
options=(!strip)
PKGEXT='.pkg.tar' # Prevent compressing of the final package