summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjpfeiffer162023-10-30 08:30:12 -0400
committerjpfeiffer162023-10-30 08:30:12 -0400
commitc72748f8d089c540d4c7826672a8a60303fd7290 (patch)
treeaf3fabd86a3d9cfed44ef7e44ef5cea72c915db1 /PKGBUILD
parent686d7e4144598263b77a2818ef062c55a217ff0b (diff)
downloadaur-dell-command-configure.tar.gz
fix extraction from debfile
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() {