summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoiArthurB2023-04-10 16:56:24 +0700
committerRoiArthurB2023-04-10 16:56:24 +0700
commit7a442136b8056ffe8485748bd0bb14a28a740a2c (patch)
tree8ec1a78801015d9e93962b78785de1359f43ebb3
parenta703c8b87edfade3a2815ef096fb29ee26d352be (diff)
downloadaur-7a442136b8056ffe8485748bd0bb14a28a740a2c.tar.gz
Fix unzstd command
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23f689b02359..a84a5cb6ac47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gama-platform-jdk
pkgdesc = GAMA is a modeling and simulation development environment for building spatially explicit agent-based simulations. JDK embedded version
pkgver = 1.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://gama-platform.org
install = gama-platform-jdk.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 2fc456e2fb53..348bfdd5d168 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: RoiArthurB
pkgname=gama-platform-jdk
pkgver=1.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="GAMA is a modeling and simulation development environment for building spatially explicit agent-based simulations. JDK embedded version"
arch=('x86_64')
url="https://gama-platform.org"
@@ -19,6 +19,6 @@ sha512sums_x86_64=('cbd3cb98cec5d14d9ddf4f0d291f109376332b385a301cc75bd8d8b5e8bd
package(){
# Extract package data
- tar -xJ -f data.tar.xz -C "${pkgdir}"
+ tar -xI unzstd -f data.tar.zst -C "${pkgdir}"
}