summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e5205a3e8d08..22bb9b0ffba1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=dell-command-configure
_pkgver=4.11.0-6
pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
pkgdesc='Configure various BIOS features on Dell laptops'
arch=('x86_64')
url='https://www.dell.com/support/kbdoc/000178000/dell-command-configure'
@@ -25,7 +25,7 @@ prepare() {
ar xf command-configure_*.deb
mkdir -p command-configure
- bsdtar -xvf data.tar.xz -C command-configure
+ bsdtar -xvf data.tar.zst -C command-configure
}
package() {