summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2021-02-10 16:59:32 +0000
committerDaniel Bermond2021-02-10 16:59:32 +0000
commite6c1bd6b52c8ed58eeb26c963cffb51e7ee4846f (patch)
treebed34b582ea50f748c1244a46d31047aeea285f2
parent6443cc6fae1da726875aaeb6f899f6b65d536306 (diff)
downloadaur-e6c1bd6b52c8ed58eeb26c963cffb51e7ee4846f.tar.gz
Update to version 2.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 216a664235d9..2e018acf5c37 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 = 2.3
+ pkgver = 2.4
pkgrel = 1
url = https://github.com/ARM-software/astc-encoder/
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = astc-encoder
makedepends = git
makedepends = cmake
depends = gcc-libs
- source = git+https://github.com/ARM-software/astc-encoder.git#tag=2.3
+ source = git+https://github.com/ARM-software/astc-encoder.git#tag=2.4
source = git+https://github.com/google/googletest.git
source = 010-astc-encoder-fix-install.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 96583e7097c8..f7b0ed0a1000 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=astc-encoder
-pkgver=2.3
+pkgver=2.4
pkgrel=1
pkgdesc='A tool for compressing and decompressing images using the ASTC texture compression standard'
arch=('x86_64')