summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2023-11-24 20:47:43 -0300
committerDaniel Bermond2023-11-24 20:47:43 -0300
commite4081e18ec13542efcd8475dbbbb8b5beb69e59b (patch)
treefc7b9b734e0dc979e1ad497e840744f244764bd4
parentd282a9c754acc99e1698de58621b1c08a5050447 (diff)
downloadaur-e4081e18ec13542efcd8475dbbbb8b5beb69e59b.tar.gz
Update to version 4.6.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69272ca4e5ed..cf2135b38cb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = astc-encoder
pkgdesc = A tool for compressing and decompressing images using the ASTC texture compression standard
- pkgver = 4.6.0
+ pkgver = 4.6.1
pkgrel = 1
url = https://github.com/ARM-software/astc-encoder/
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = astc-encoder
makedepends = cmake
makedepends = python
depends = gcc-libs
- source = git+https://github.com/ARM-software/astc-encoder.git#tag=4.6.0
+ source = git+https://github.com/ARM-software/astc-encoder.git#tag=4.6.1
source = git+https://github.com/google/googletest.git
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b7ab7a7dc1f0..38ec07d44bbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=astc-encoder
-pkgver=4.6.0
+pkgver=4.6.1
pkgrel=1
pkgdesc='A tool for compressing and decompressing images using the ASTC texture compression standard'
arch=('x86_64')