From 78ca6996150cc2239e53c1b666a03dbd86bb0cbb Mon Sep 17 00:00:00 2001 From: gabizinho Date: Wed, 31 Dec 2025 23:45:22 -0500 Subject: [PATCH] moved URL of git source; new version release --- .SRCINFO | 2 +- PKGBUILD | 2 +- advice.install | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 033380f39762..4d73571dd055 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -8,7 +8,7 @@ pkgbase = blindpaste license = 0BSD makedepends = git optdepends = bash-completion: for command line completions when pressing the key - source = git+https://git.projectgrid.net/git/blindpaste.git + source = git+https://git.projectgrid.net/blindpaste.git source = LICENSE sha256sums = SKIP sha256sums = 7056c04df17a4e0f0bac9f787f347c9cd892cee6323d1c89528090afd0b934a3 diff --git a/PKGBUILD b/PKGBUILD index 7bdd1999c27f..aa44ef3a779c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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=( diff --git a/advice.install b/advice.install index 89781c5621e0..a2d9fcd4fbed 100644 --- a/advice.install +++ b/advice.install @@ -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" }