diff options
author | Oscar Morante | 2019-02-26 11:04:20 +0100 |
---|---|---|
committer | Oscar Morante | 2019-02-26 11:04:20 +0100 |
commit | edd17ab64f031746f8e3b6dd3ab0de75f60daa2c (patch) | |
tree | c88bfd41880ee6d2de5a7e01d5771f014c43aeed /PKGBUILD | |
parent | ba659814c68ad0f1a0b01ef2d61ecfb5ce7afc58 (diff) | |
download | aur-edd17ab64f031746f8e3b6dd3ab0de75f60daa2c.tar.gz |
update to new upstream version (2017.4.21f1)
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ _prefix=/opt/UnityLts pkgname=unity-editor-lts-doc -pkgver=2017.4.20f2 +pkgver=2017.4.21f1 pkgrel=1 pkgdesc="Unity User Manual and Scripting API Reference." arch=('x86_64') @@ -11,8 +11,8 @@ url='https://unity3d.com/' license=('custom') depends=('unity-editor-lts') makedepends=('cpio') -source=("2017.4.20f2.pkg::https://download.unity3d.com/download_unity/413dbd19b6dc/MacDocumentationInstaller/Documentation.pkg") -md5sums=("b9cd6b69619a4cbe6d2e24879e6b6dfe") +source=("2017.4.21f1.pkg::https://download.unity3d.com/download_unity/de35fe252486/MacDocumentationInstaller/Documentation.pkg") +md5sums=("2c3fe3bbdbd8d824ce104979494bcd1e") options=(!strip) PKGEXT='.pkg.tar' # Prevent compressing of the final package |