summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosef Vybíhal2024-02-12 20:46:28 +0100
committerJosef Vybíhal2024-02-12 20:46:28 +0100
commitbbb29dc1d85c051e4ee999d155ec384d4a8d3065 (patch)
tree14d7d194f4d4c4a106579cfeb60edc2026eba5c9
parentfd56116d880ae110b03784fcf338936b5ee21621 (diff)
downloadaur-bbb29dc1d85c051e4ee999d155ec384d4a8d3065.tar.gz
fix: use correct archive name to unpack
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a31a33a6eafc..1a3596e1b8b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = boundary-desktop
pkgdesc = Desktop Client for Boundary
pkgver = 2.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.boundaryproject.io/
arch = x86_64
license = MPL-2.0
diff --git a/PKGBUILD b/PKGBUILD
index 21c36f85dea8..39f741c083ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=boundary-desktop
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Desktop Client for Boundary"
arch=('x86_64')
url="https://www.boundaryproject.io/"
@@ -16,7 +16,7 @@ b2sums=('9790de157e5bde131b1961a407b2974f7fa86621a3143dc0f59f8a897f6e4adc6ad3227
package() {
msg2 "Extracting the data.tar.xz"
- tar -xf data.tar.xz -C "${pkgdir}/"
+ tar -xf data.tar.zst -C "${pkgdir}/"
# .deb has 775
cd ${pkgdir}