summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 944c1e7a11a5..a673dbd91a59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = compressonator-cli-bin
pkgdesc = CLI for GPU texture compression, decompression, format transcoding, and more
pkgver = 4.1.5057
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/GPUOpen-Tools/Compressonator
- arch = any
+ arch = x86_64
license = MIT
source = https://github.com/GPUOpen-Tools/Compressonator/releases/download/V4.1.5083/compressonatorcli_linux_x86_64_4.1.5057.tar.gz
source = compressonatorcli
diff --git a/PKGBUILD b/PKGBUILD
index d3870f782fc2..b777b6449eaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@ pkgname=compressonator-cli-bin
pkgver=4.1.5057
# this is different to the linux bin version for some reason
release_name=V4.1.5083
-pkgrel=1
+pkgrel=2
pkgdesc="CLI for GPU texture compression, decompression, format transcoding, and more"
-arch=('any')
+arch=('x86_64')
url="https://github.com/GPUOpen-Tools/Compressonator"
license=('MIT')
depends=()