summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2021-03-26 19:43:06 +0000
committerDaniel Bermond2021-03-26 19:43:06 +0000
commit225cfab8bc89b5154b5754236627a4f87b412ab8 (patch)
tree6834a5e9530638e67886a96bd102ed369219b6e1 /PKGBUILD
parente6c1bd6b52c8ed58eeb26c963cffb51e7ee4846f (diff)
downloadaur-225cfab8bc89b5154b5754236627a4f87b412ab8.tar.gz
Update to version 2.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f7b0ed0a1000..42d11ba051c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=astc-encoder
-pkgver=2.4
+pkgver=2.5
pkgrel=1
pkgdesc='A tool for compressing and decompressing images using the ASTC texture compression standard'
arch=('x86_64')
url='https://github.com/ARM-software/astc-encoder/'
license=('Apache')
depends=('gcc-libs')
-makedepends=('git' 'cmake')
+makedepends=('git' 'cmake' 'python')
source=("git+https://github.com/ARM-software/astc-encoder.git#tag=${pkgver}"
'git+https://github.com/google/googletest.git'
'010-astc-encoder-fix-install.patch')
sha256sums=('SKIP'
'SKIP'
- '9c08ae1075f8a1ccf08e0969126589f361a059f1789aa486f75eea0761ef580d')
+ '32cb972d67318166273e6ca508270630bf329f5e1855502f6a493cd803ab2447')
prepare() {
git -C astc-encoder submodule init