moved URL of git source; new version release

This commit is contained in:
gabizinho 2025-12-31 23:45:22 -05:00
parent 6d54d3048f
commit 78ca699615
No known key found for this signature in database
GPG key ID: A66BC3502F39D3A4
3 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@ pkgbase = blindpaste
license = 0BSD
makedepends = git
optdepends = bash-completion: for command line completions when pressing the <tab> key
source = git+https://git.projectgrid.net/git/blindpaste.git
source = git+https://git.projectgrid.net/blindpaste.git
source = LICENSE
sha256sums = SKIP
sha256sums = 7056c04df17a4e0f0bac9f787f347c9cd892cee6323d1c89528090afd0b934a3

View file

@ -12,7 +12,7 @@ optdepends=(
)
install="advice.install"
source=(
"git+https://git.projectgrid.net/git/blindpaste.git"
"git+https://git.projectgrid.net/blindpaste.git"
"LICENSE"
)
sha256sums=(

View file

@ -3,7 +3,7 @@ post_install()
echo -e "\nThank you for choosing blindpaste"
echo -e "For a better experience with this software, consider adding the line\n"
echo -e "\t\033[1;36malias bp='blindpaste'\033[0m\n"
echo -e "to the bottom of $HOME/.bashrc\n"
echo -e "to the bottom of ~/.bashrc\n"
}
post_remove()
@ -11,5 +11,5 @@ post_remove()
echo -e "\nThank you for using blindpaste"
echo -e "Don't forget to remove the line\n"
echo -e "\t\033[1;36malias bp='blindpaste'\033[0m\n"
echo -e "from $HOME/.bashrc\n"
echo -e "from ~/.bashrc\n"
}