diff options
author | Tharre <tharre3@gmail.com> | 2015-02-16 16:14:46 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2015-02-16 16:14:46 +0100 |
commit | c6364f8447329cc339657d2c05c1933b914c6cf1 (patch) | |
tree | dd2e4163f3073b3659b84f925c1c19824e0812ce | |
parent | 6eeb7fecdf41549d3029e38b75d6d80e5606d56b (diff) | |
download | pkgbuilds-c6364f8447329cc339657d2c05c1933b914c6cf1.tar.gz pkgbuilds-c6364f8447329cc339657d2c05c1933b914c6cf1.tar.xz pkgbuilds-c6364f8447329cc339657d2c05c1933b914c6cf1.zip |
Disable compression as it only saves about 4M
-rw-r--r-- | the-binding-of-isaac/PKGBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/the-binding-of-isaac/PKGBUILD b/the-binding-of-isaac/PKGBUILD index 2746fba..39234c9 100644 --- a/the-binding-of-isaac/PKGBUILD +++ b/the-binding-of-isaac/PKGBUILD @@ -20,6 +20,9 @@ options=(!strip) # DLAGENTS in makepkg.conf to auto-download. DLAGENTS+=('hib::/usr/bin/echo "Could not find %u. Download manually to \"$(pwd)\" or setup hib:// DLAGENT in /etc/makepkg.conf."; exit 1') +# Disable compression of the package +PKGEXT='.pkg.tar' + source=("${_gamepkg}"::"hib://${_gamepkg}" "isaac.desktop" "isaac.png") md5sums=('f56410cdbed698cb984745e898585087' |