summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Zhu2016-11-06 14:52:46 -0800
committerJames Zhu2016-11-06 14:52:46 -0800
commit969f2b7009b0a3304d051ef471004fc60c7e1190 (patch)
tree399dd214ca4e709bae67d7655a2b5cf005b0218f
parent1c63fe710d11e98143d11358ebcb46158c6fa64a (diff)
downloadaur-969f2b7009b0a3304d051ef471004fc60c7e1190.tar.gz
Do not compress final package to save time
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4d3d6e8e4403..604df7aa2896 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gog-spacechem
_pkgname=spacechem
pkgver=2.0.0.5
-pkgrel=4
+pkgrel=5
pkgdesc="A puzzle game where you build elaborate chemical factories."
url="http://www.zachtronics.com/spacechem/"
license=('custom')
@@ -24,6 +24,9 @@ sha256sums=('c009d9bdd2c343700ac7e6681f640d3c5a6f362c7b5931753b26cd5f7ec635c3'
# You need to download the gog.com installer file manually or with lgogdownloader.
DLAGENTS+=("gog::/usr/bin/echo %u - This is is not a real URL, you need to download the GOG file manually to \"$PWD\" or setup a gog:// DLAGENT. Read this PKGBUILD for more information.")
+# Prevent compressing final package
+PKGEXT='.pkg.tar'
+
prepare(){
# Unzip will produce an error code because it is unable to unzip the Installer.
# Therefore, a conditional into a no-op command will keep the PKGBUILD from failing