summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-10-06 09:49:20 +0300
committerOscar Morante2018-10-06 09:49:20 +0300
commitb10ef7c60fb94c04c47287e903de3569cb37fc48 (patch)
tree0a27a467fca7c59af1f7d98f5c9ad947e38043fd
parent20d9afd30b8361bb342944f48eadd5b1dce692de (diff)
downloadaur-b10ef7c60fb94c04c47287e903de3569cb37fc48.tar.gz
fix checksum
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5da24eb32f0..4fe2e0ffeb72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = unity-editor-doc
depends = unity-editor
options = !strip
source = https://docs.unity3d.com/2018.2/Documentation/uploads/UnityDocumentation.zip
- sha1sums = 7005aa2ecc933a7cbccd4477837f7755bf37d045
+ sha1sums = 29489ba7699ca4f9f9c617d81f82f4fd38d54891
pkgname = unity-editor-doc
diff --git a/PKGBUILD b/PKGBUILD
index 01ff198d3736..12b526cb3567 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=('7005aa2ecc933a7cbccd4477837f7755bf37d045')
+sha1sums=('29489ba7699ca4f9f9c617d81f82f4fd38d54891')
options=(!strip)
PKGEXT='.pkg.tar' # Prevent compressing of the final package