mirror of
https://github.com/archlinux/aur.git
synced 2026-02-03 13:59:12 +01:00
moved URL of git source; new version release
This commit is contained in:
parent
6d54d3048f
commit
78ca699615
3 changed files with 4 additions and 4 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
2
PKGBUILD
2
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=(
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue