summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2021-06-03 14:45:15 +0000
committerDaniel Bermond2021-06-03 14:45:15 +0000
commitf81c0ae3958a4cdf5822fcfde34701089441feac (patch)
tree46e7bef5be38457f067835721a21318a2579a083
parent225cfab8bc89b5154b5754236627a4f87b412ab8 (diff)
downloadaur-f81c0ae3958a4cdf5822fcfde34701089441feac.tar.gz
Update to version 3.0
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index daa2aad13a31..85aad18ad831 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.5
+ pkgver = 3.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=2.5
+ source = git+https://github.com/ARM-software/astc-encoder.git#tag=3.0
source = git+https://github.com/google/googletest.git
source = 010-astc-encoder-fix-install.patch
sha256sums = SKIP
@@ -17,4 +17,3 @@ pkgbase = astc-encoder
sha256sums = 32cb972d67318166273e6ca508270630bf329f5e1855502f6a493cd803ab2447
pkgname = astc-encoder
-
diff --git a/PKGBUILD b/PKGBUILD
index 42d11ba051c9..17dfb0becf37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=astc-encoder
-pkgver=2.5
+pkgver=3.0
pkgrel=1
pkgdesc='A tool for compressing and decompressing images using the ASTC texture compression standard'
arch=('x86_64')