summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2021-06-04 13:20:15 +0000
committerDaniel Bermond2021-06-04 13:20:15 +0000
commit2d871ef1642b99a3a6286c119c1f87a269005065 (patch)
treed7a18e9671b57b543fcc56834a2f4cb17d0ce0e0
parent88b28efcc177b701d620e644ee42598a31535ffe (diff)
downloadaur-2d871ef1642b99a3a6286c119c1f87a269005065.tar.gz
Add missing provides and conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 701c4a163b4a..c478dbf8c770 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = astc-encoder-git
pkgdesc = A tool for compressing and decompressing images using the ASTC texture compression standard (git version)
pkgver = 3.0.r0.gd21d551
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ARM-software/astc-encoder/
arch = x86_64
license = Apache
@@ -9,6 +9,8 @@ pkgbase = astc-encoder-git
makedepends = cmake
makedepends = python
depends = gcc-libs
+ provides = astc-encoder
+ conflicts = astc-encoder
source = git+https://github.com/ARM-software/astc-encoder.git#branch=main
source = git+https://github.com/google/googletest.git
source = 010-astc-encoder-fix-install.patch
diff --git a/PKGBUILD b/PKGBUILD
index cc1ffd22abfc..bf6c0bedb594 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,15 @@
pkgname=astc-encoder-git
pkgver=3.0.r0.gd21d551
-pkgrel=1
+pkgrel=2
pkgdesc='A tool for compressing and decompressing images using the ASTC texture compression standard (git version)'
arch=('x86_64')
url='https://github.com/ARM-software/astc-encoder/'
license=('Apache')
depends=('gcc-libs')
makedepends=('git' 'cmake' 'python')
+provides=('astc-encoder')
+conflicts=('astc-encoder')
source=('git+https://github.com/ARM-software/astc-encoder.git#branch=main'
'git+https://github.com/google/googletest.git'
'010-astc-encoder-fix-install.patch')