summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorE5ten2018-04-22 12:51:08 -0400
committerE5ten2018-04-22 12:51:08 -0400
commit2e78096bae1d83abe6e183c730caa1de84e7c184 (patch)
tree8b984cb1c9596ffac4ae4d73524be83b8a4db67e
parent69bf6f59a0df7792e8a2f8aa9bd66851c71769e7 (diff)
downloadaur-2e78096bae1d83abe6e183c730caa1de84e7c184.tar.gz
coloured instruction
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9098b10ae2b..c3309604455c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = yadshot
pkgdesc = yadshot provides a GUI frontend for taking screenshots using imagemagick/slop and uploads files and pastes to teknik.io
pkgver = 0.2.00
- pkgrel = 1
+ pkgrel = 2
url = http://www.simonizor.net
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 8cfdfb6ec7aa..f4ac49cecd60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=yadshot
pkgver=0.2.00
-pkgrel=1
+pkgrel=2
pkgdesc="yadshot provides a GUI frontend for taking screenshots using imagemagick/slop and uploads files and pastes to teknik.io "
arch=('x86_64')
url='http://www.simonizor.net'
@@ -21,5 +21,5 @@ prepare() {
package() {
cd $srcdir/$pkgname-$pkgver
make DESTDIR="$pkgdir/" install
- echo "This package requires ffmpeg or imagemagick as a screenshot backend, please install something providing one or the other."
+ echo "$(tput setaf 2)This package requires ffmpeg or imagemagick as a screenshot backend, please install something providing one or the other.$(tput sgr0)"
}