summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxomachine2023-07-20 22:25:11 +0300
committerxomachine2023-07-20 22:25:11 +0300
commit1be480b98837f51a3d5a81e55e4eb3abd8829efc (patch)
treeba03f36675cb356b967fc2e56f3a0ba1cc71a22d /PKGBUILD
parenta78f2a919a49a0e3b703a39e354bc4eb9f6d6058 (diff)
downloadaur-1be480b98837f51a3d5a81e55e4eb3abd8829efc.tar.gz
Adds "provides" section to the PKGBUILD and SRCINFO
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
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$//')