summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2023-08-02 23:17:06 +0200
committerMarcell Meszaros2023-08-02 23:17:06 +0200
commit258adc80c6716137f0b9ac16ee05ebe93aeadf2c (patch)
tree2e673624b519bca20c9937a6c292f339fe6f04e0
parent24cd3c1d008421fa89ca8a935d007f3e4b8b08f7 (diff)
downloadaur-258adc80c6716137f0b9ac16ee05ebe93aeadf2c.tar.gz
1.1-5: use fast zstd compression for package creation, save ~1000 MB
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47c86d9c6545..9ef80236efab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = unigine-superposition
pkgdesc = Interactive Unigine Benchmark: walk through a lab of a lone professor
pkgver = 1.1
- pkgrel = 4
+ pkgrel = 5
url = https://benchmark.unigine.com/superposition
arch = x86_64
license = custom:UNIGINE Engine
diff --git a/PKGBUILD b/PKGBUILD
index 0e217e42e119..1e1e9501f13c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=unigine-superposition
_pkgname=Unigine_Superposition
pkgver=1.1
-pkgrel=4
+pkgrel=5
pkgdesc="Interactive Unigine Benchmark: walk through a lab of a lone professor"
arch=('x86_64')
url="https://benchmark.unigine.com/superposition"
@@ -37,7 +37,8 @@ source=("${_tarname}::https://assets.unigine.com/d/${_tarname}" "Superposition.d
noextract=("${_tarname}")
b2sums=('f0447b0ccd860e653c2308637c93ed29ec851ff9923251edbd37a14b021149038f1c252deb0f3c4954fd4508883b1a2994a87b34a5e18902cef6c82c6ccc6b6b'
'1d9987b5a910b86dac2e252c3187a6a07095da81d06dfafbd2c16bcacb72f602c183334fb6b3c03c7b35418f8dc6e4f2d34a44ab22831d66b67d9e5ed45bc93e')
-PKGEXT=.pkg.tar
+PKGEXT='.pkg.tar.zst'
+COMPRESSZST=(zstd --compress --fast --stdout --quiet --threads=0 -)
prepare() {
sh "${_tarname}" --noexec --nox11 --target "${pkgname}"