summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Butler2021-04-23 10:41:40 +0100
committerAlex Butler2021-04-23 10:41:40 +0100
commit9320ae5e1f7a1d8d5385400ddc05befcfc1dcbf0 (patch)
tree7a7b18f067c7c9896e05d3a9e5f77950d2a2159f
parentf55ada4c0aeaec759fad9099109d902157e06fc8 (diff)
downloadaur-9320ae5e1f7a1d8d5385400ddc05befcfc1dcbf0.tar.gz
change pkgbuild arch to x86_64
-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=()