invalid input file args used as std input

This commit is contained in:
gabizinho 2026-01-09 15:37:13 -05:00
parent 78ca699615
commit f1b11fa466
No known key found for this signature in database
GPG key ID: A66BC3502F39D3A4
4 changed files with 10 additions and 3 deletions

View file

@ -1,6 +1,6 @@
pkgbase = blindpaste
pkgdesc = a TUI blackboard for quick note taking
pkgver = 1.1.3
pkgver = 1.1.5
pkgrel = 1
url = https://projectgrid.net/portfolio/blindpaste
install = advice.install

4
.gitignore vendored
View file

@ -1,4 +1,6 @@
*.pkg.tar.zst
*.bpo
blindpaste/
*.pkg.tar.zst
pkg/
rpl.sed
src/

View file

@ -1,6 +1,6 @@
# Maintainer: Gabriel Oliveira da Silva <glcbofs@proton.me>
pkgname=blindpaste
pkgver=1.1.3
pkgver=1.1.5
pkgrel=1
pkgdesc="a TUI blackboard for quick note taking"
arch=("x86_64")

View file

@ -6,6 +6,11 @@ post_install()
echo -e "to the bottom of ~/.bashrc\n"
}
post_upgrade()
{
post_install
}
post_remove()
{
echo -e "\nThank you for using blindpaste"