aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRyan Jacobs2019-09-07 16:29:41 -0700
committerRyan Jacobs2019-09-07 16:29:41 -0700
commitadccd6ff5cab778e95ebe2a400a4728b408a1af4 (patch)
treef8546ccd215759e563a7e33cf7572ea31a50cdb3 /PKGBUILD
parentb88a3b47389b7d9ae7a862ec614be809572f3679 (diff)
downloadaur-adccd6ff5cab778e95ebe2a400a4728b408a1af4.tar.gz
xz: force decompression
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5747779d733f..689abe4e4430 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,7 @@ build() {
# Reassemble and decompress libdepthengine.so.20
# AUR has a 200 KB blob limit...
cat ../libdepthengine.so.2.0.xz-part-{1,2,3} > libdepthengine.so.2.0.xz
- xz -d libdepthengine.so.2.0.xz
+ xz -df libdepthengine.so.2.0.xz
}
package() {