summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCassandra Watergate2022-04-26 12:56:11 -0700
committerCassandra Watergate2022-04-26 12:56:11 -0700
commit365dfc8bc287c7aa90cbe5bebc2f502775c82e40 (patch)
treeca9d8621bcf6ffd073173d3ca79bcc6948e2774e
parenta80b5fa2ccbaea84696f8d24fc63e89d655f6d5a (diff)
downloadaur-365dfc8bc287c7aa90cbe5bebc2f502775c82e40.tar.gz
add provides and conflicts
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 8 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9aa372a82bb4..b3bd8aa68117 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,12 @@ pkgbase = tgs-to-gif-cpp-git
makedepends = conan
makedepends = cmake
depends = rlottie
+ provides = tgs-to-gif
+ provides = tgs-to-gif-cpp
+ provides = tgs-to-gif-git
+ conflicts = tgs-to-gif
+ conflicts = tgs-to-gif-cpp
+ conflicts = tgs-to-gif-git
source = git+https://github.com/ed-asriyan/tgs-to-gif
source = basename.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2e1171686ce6..6ad764e46285 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,8 @@ url="https://github.com/ed-asriyan/tgs-to-gif"
license=('MIT')
depends=('rlottie')
makedepends=('conan' 'cmake')
+provides=('tgs-to-gif' 'tgs-to-gif-cpp' 'tgs-to-gif-git')
+conflicts=('tgs-to-gif' 'tgs-to-gif-cpp' 'tgs-to-gif-git')
source=("git+https://github.com/ed-asriyan/tgs-to-gif"
basename.patch)
sha256sums=('SKIP'