makedeb


nala-bin 0.7.1-1


Commandline frontend for the apt package manager

Click here to go back to the commit logs for nala-bin.

Commit:


Hash: 37dc1d62460a43151345cceb846f6aaf683edd5d

Message: refactor: update compression type

Diff


diff --git a/PKGBUILD b/PKGBUILD
index 93c8e1b..208e088 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,8 +16,8 @@ source=("https://deb.volian.org/volian/pool/main/n/nala/nala_${pkgver}_amd64.deb
 sha256sums=('c422989ecd3622eba02b30072ff6067d503224562cb3af5075cda8e86150656c')
 
 package() {
-    tar -xf 'data.tar.gz' -C "${pkgdir}"
+    tar -xf 'data.tar.xz' -C "${pkgdir}"
     mkdir -p "${pkgdir}/DEBIAN"
-    tar -xf 'control.tar.gz' -C "${pkgdir}/DEBIAN"
+    tar -xf 'control.tar.xz' -C "${pkgdir}/DEBIAN"
     rm "${pkgdir}/DEBIAN/control"
 }