summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2022-04-11 12:15:25 -0300
committerDaniel Bermond2022-04-11 12:15:25 -0300
commit804d4aaf780fd74645907795ef0328e7c89d4365 (patch)
tree649348aa4be854fbf202324b4ea35ebae99c5fe2
parent261ba099d0f6355ef4bcfc535010f1a63a30d64b (diff)
downloadaur-804d4aaf780fd74645907795ef0328e7c89d4365.tar.gz
Update to version 3.6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7f09ac3b3fd..494581165595 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 = 3.5
+ pkgver = 3.6
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=3.5
+ source = git+https://github.com/ARM-software/astc-encoder.git#tag=3.6
source = git+https://github.com/google/googletest.git
source = 010-astc-encoder-fix-install.patch
source = 020-astc-encoder-use-shared-library.patch
diff --git a/PKGBUILD b/PKGBUILD
index 4890f81a6e2c..a1fcbc47ecce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=astc-encoder
-pkgver=3.5
+pkgver=3.6
pkgrel=1
pkgdesc='A tool for compressing and decompressing images using the ASTC texture compression standard'
arch=('x86_64')