summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorf1reflyylmao2019-03-29 09:58:50 +0100
committerf1reflyylmao2019-03-29 09:58:50 +0100
commitc9946e6e61ce6f273327e78ab1a798db878f5555 (patch)
tree0e0ff71c1dbd7909cea648ab60de9cca640412bb
parent050dd0fd2cb327a6c36ed7c1541754e2c1414e5a (diff)
downloadaur-c9946e6e61ce6f273327e78ab1a798db878f5555.tar.gz
added support for disabling colouring text output
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0fe015a1756..30c3f1121579 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = guardian-git
pkgdesc = Watches over your files and runs assigned tasks
pkgver = v0.0.5.0.804d693
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/f/guardian
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 1da9b6784da1..78887dbe63f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Author: Fatih Kadir Akın <f@users.noreply.github.com>
pkgname=guardian-git
pkgver=v0.0.5.0.804d693
-pkgrel=2
+pkgrel=3
pkgdesc="Watches over your files and runs assigned tasks"
arch=('any')
url="https://github.com/f/guardian"