diff --git a/.SRCINFO b/.SRCINFO index 4d73571dd055..b20543af38db 100644 --- a/.SRCINFO +++ b/.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 diff --git a/.gitignore b/.gitignore index 0ee96d5b0e40..c8dc17e73a85 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ -*.pkg.tar.zst +*.bpo blindpaste/ +*.pkg.tar.zst pkg/ +rpl.sed src/ diff --git a/PKGBUILD b/PKGBUILD index aa44ef3a779c..bab9157c8ac7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Gabriel Oliveira da Silva pkgname=blindpaste -pkgver=1.1.3 +pkgver=1.1.5 pkgrel=1 pkgdesc="a TUI blackboard for quick note taking" arch=("x86_64") diff --git a/advice.install b/advice.install index a2d9fcd4fbed..dbcfe87a8083 100644 --- a/advice.install +++ b/advice.install @@ -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"