mirror of
https://github.com/archlinux/aur.git
synced 2026-02-19 03:05:49 +01:00
invalid input file args used as std input
This commit is contained in:
parent
78ca699615
commit
f1b11fa466
4 changed files with 10 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -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
4
.gitignore
vendored
|
|
@ -1,4 +1,6 @@
|
|||
*.pkg.tar.zst
|
||||
*.bpo
|
||||
blindpaste/
|
||||
*.pkg.tar.zst
|
||||
pkg/
|
||||
rpl.sed
|
||||
src/
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue