summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schendel2020-12-25 20:35:06 +0100
committerChristian Schendel2020-12-25 20:35:06 +0100
commit2a99eda72b305c73744b73fefab45aed751510fd (patch)
tree0561518fb907571f41911a12584d8411029e7fd0
parentf0511800285777561406fa3860ee62663906acb5 (diff)
downloadaur-2a99eda72b305c73744b73fefab45aed751510fd.tar.gz
make TERM=dumb in .install script
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rwxr-xr-xgnome-shell-extension-applications-overview-tooltip.install2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 456a4983c52d..b4f7f496c782 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-applications-overview-tooltip-git
pkgdesc = Shows a tooltip over applications icons on applications overview
pkgver = 10.r2.g2e81270
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/RaphaelRochet/applications-overview-tooltip
install = gnome-shell-extension-applications-overview-tooltip.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index a950d3c4bb8d..e9bdf367af3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christian Schendel <doppelhelix at gmail dot com>
pkgname=gnome-shell-extension-applications-overview-tooltip-git
pkgver=10.r2.g2e81270
-pkgrel=5
+pkgrel=6
pkgdesc="Shows a tooltip over applications icons on applications overview"
arch=(any)
url="https://github.com/RaphaelRochet/applications-overview-tooltip"
diff --git a/gnome-shell-extension-applications-overview-tooltip.install b/gnome-shell-extension-applications-overview-tooltip.install
index 36082690278e..e3e202fa4a20 100755
--- a/gnome-shell-extension-applications-overview-tooltip.install
+++ b/gnome-shell-extension-applications-overview-tooltip.install
@@ -1,5 +1,5 @@
# Colored makepkg-like functions
-
+TERM=dumb
all_off="$(tput sgr0)"
bold="${all_off}$(tput bold)"
blue="${bold}$(tput setaf 4)"