summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-10-27 14:39:35 -0600
committerOscar Morante2018-10-27 14:39:35 -0600
commit5f8c60d5f0a8ca71c56eb975cd47434f233045e4 (patch)
tree58990e5345256fb3cfc0e1d5f2312c456349b2fc
parent8827d673ffa74a62defc67ce855049dbc88b9cb2 (diff)
downloadaur-5f8c60d5f0a8ca71c56eb975cd47434f233045e4.tar.gz
fix checksum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b14765a29f23..cce8ebfca131 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = unity-editor-doc
pkgdesc = Unity User Manual and Scripting API Reference.
pkgver = 2018.2.13f1
- pkgrel = 1
+ pkgrel = 2
url = https://unity3d.com/
arch = x86_64
license = custom
depends = unity-editor
options = !strip
source = https://docs.unity3d.com/2018.2/Documentation/uploads/UnityDocumentation.zip
- sha1sums = 29489ba7699ca4f9f9c617d81f82f4fd38d54891
+ sha1sums = 0e583e0b88adf1824403f07c8d4f76cdf600691c
pkgname = unity-editor-doc
diff --git a/PKGBUILD b/PKGBUILD
index c3b296d758b1..3daed5d79558 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@ _prefix=/opt/Unity
pkgname=unity-editor-doc
pkgver=${_version}${_build}
-pkgrel=1
+pkgrel=2
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=('29489ba7699ca4f9f9c617d81f82f4fd38d54891')
+sha1sums=('0e583e0b88adf1824403f07c8d4f76cdf600691c')
options=(!strip)
PKGEXT='.pkg.tar' # Prevent compressing of the final package