From 3ef520a81dba411fe4322be2cd6cf057dd61328f Mon Sep 17 00:00:00 2001 From: kha7iq Date: Wed, 14 Jul 2021 15:49:32 +0800 Subject: [PATCH] fix: update description for release --- .github/aur/pingme/.SRCINFO.template | 2 +- .github/aur/pingme/PKGBUILD.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/aur/pingme/.SRCINFO.template b/.github/aur/pingme/.SRCINFO.template index 0e46bfa..24049d1 100644 --- a/.github/aur/pingme/.SRCINFO.template +++ b/.github/aur/pingme/.SRCINFO.template @@ -1,5 +1,5 @@ pkgbase = subvars - pkgdesc = Substitute environment variables from command line for template driven configuration files + pkgdesc = PingMe is a CLI tool which provides the ability to send messages or alerts to multiple messaging platforms & email pkgver = ${PKGVER} pkgrel = ${PKGREL} url = https://pingme.lmno.pk diff --git a/.github/aur/pingme/PKGBUILD.template b/.github/aur/pingme/PKGBUILD.template index 4dc90be..4e9f5cd 100644 --- a/.github/aur/pingme/PKGBUILD.template +++ b/.github/aur/pingme/PKGBUILD.template @@ -3,7 +3,7 @@ pkgname=pingme pkgver=${PKGVER} pkgrel=${PKGREL} -pkgdesc="Substitute environment variables from command line for template driven configuration files." +pkgdesc="PingMe is a CLI tool which provides the ability to send messages or alerts to multiple messaging platforms & email." url='https://pingme.lmno.pk' arch=("i686" "x86_64" "aarch64") license=("MIT")