summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxomachine2023-07-20 22:25:11 +0300
committerxomachine2023-07-20 22:25:11 +0300
commit1be480b98837f51a3d5a81e55e4eb3abd8829efc (patch)
treeba03f36675cb356b967fc2e56f3a0ba1cc71a22d
parenta78f2a919a49a0e3b703a39e354bc4eb9f6d6058 (diff)
downloadaur-termit-git.tar.gz
Adds "provides" section to the PKGBUILD and SRCINFO
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95d929877889..689ecc2018f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = termit-git
makedepends = cmake>=2.4
depends = lua
depends = vte3
+ provides = termit=3.1.r16.g0ae773f
conflicts = termit
source = termit::git+https://github.com/nonstop/termit.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 565ff608e7ef..f6322d580c28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ depends=("lua" "vte3")
makedepends=("git" "cmake>=2.4")
source=("termit::git+https://github.com/nonstop/termit.git")
md5sums=('SKIP')
+provides=("termit=$pkgver")
pkgver() {
_pkgname=$(echo $pkgname | sed -e 's/-git$//')