summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2015-08-31 00:43:09 +0200
committerGordian Edenhofer2015-08-31 00:43:09 +0200
commit876ddb637a735236295efb4e75647ce9d59a9319 (patch)
tree25ff77defa86f0eacbcfe52e60424d10a990f3a8
parentaf495bd35f995b3b98cdbf7138e74c441c2c9468 (diff)
downloadaur-876ddb637a735236295efb4e75647ce9d59a9319.tar.gz
Warn user about huge size + Update pkgdesc
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f0a1de4b54a..4973ece417a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = unity-editor-bin
- pkgdesc = The world's most popular development platform for creating 2D and 3D multiplatform games and interactive experiences
+ pkgdesc = The world's most popular development platform for creating 2D and 3D multiplatform games and interactive experiences.
pkgver = 5.1.0f3+2015082501
pkgrel = 2
url = https://unity3d.com/
diff --git a/PKGBUILD b/PKGBUILD
index ac2a3054d7b5..8e6a9d248266 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,16 @@
# Maintainer: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
+# Please consider the size of the package, before building on a potential small partition
+# like /tmp (bare in mind that most AUR helpers do so). The extracted content of the files
+# is about 3 GB in size.
+
+# Prevent compression of the final package since it would take too long (sereausly!)
+PKGEXT='.pkg.tar'
+
pkgname=unity-editor-bin
pkgver=5.1.0f3+2015082501
pkgrel=2
-pkgdesc="The world's most popular development platform for creating 2D and 3D multiplatform games and interactive experiences"
+pkgdesc="The world's most popular development platform for creating 2D and 3D multiplatform games and interactive experiences."
arch=('x86_64')
license=('custom')
url="https://unity3d.com/"
@@ -22,9 +29,6 @@ install=${pkgname}.install
source=("http://download.unity3d.com/download_unity/unity-editor-${pkgver}_amd64.deb")
md5sums=('c1c559bb684d00369ee6710be01c3700')
-# Prevent compression of the final package since it would take too long (sereausly!)
-PKGEXT='.pkg.tar'
-
package() {
bsdtar xf data.tar.gz