summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Meyer2015-09-24 17:12:41 -0400
committerTed Meyer2015-09-24 17:12:41 -0400
commit6baba8e7fa65dab6732bf62996838d2725ab321c (patch)
tree053a0a7bab418d8f4c0ef07ebbb8664d4859ad7a
parent648bfe88006c3e3b4d77a48c8889591e8fd39322 (diff)
downloadaur-6baba8e7fa65dab6732bf62996838d2725ab321c.tar.gz
fixed a default config file issue
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d70cc43626fa..7f711bcd3166 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tint3
pkgdesc = An independant status bar for X11 (works best with bspwm)
- pkgver = 193
+ pkgver = 194
pkgrel = 1
url = https://github.com/tmathmeyer/tint3
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 422d2044dd0e..023116af9513 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=tint3
pkgname=${_pkgname}
-pkgver=193
+pkgver=194
pkgrel=1
pkgdesc='An independant status bar for X11 (works best with bspwm)'
arch=('x86_64')