summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2024-01-17 14:30:46 -0300
committerDaniel Bermond2024-01-17 14:30:46 -0300
commit5779baf31cd7bf7b3fd1e5a0be253faed5950712 (patch)
treec2882619668704224ac0b144edaccd68449ecd30
parente4081e18ec13542efcd8475dbbbb8b5beb69e59b (diff)
downloadaur-astc-encoder.tar.gz
Update to version 4.7.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf2135b38cb1..ec15fb35ce02 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.1
+ pkgver = 4.7.0
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.1
+ source = git+https://github.com/ARM-software/astc-encoder.git#tag=4.7.0
source = git+https://github.com/google/googletest.git
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 38ec07d44bbf..173e27f75acd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=astc-encoder
-pkgver=4.6.1
+pkgver=4.7.0
pkgrel=1
pkgdesc='A tool for compressing and decompressing images using the ASTC texture compression standard'
arch=('x86_64')