summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Meyer2016-08-30 01:46:26 -0700
committerTed Meyer2016-08-30 01:46:26 -0700
commit874160cc0c958ec7663962b596e7f1832d1dda48 (patch)
tree7fb3619b7088a74580c71730f7818ca15e934b41
parentfd3094056480ccdcd7245a6ca3e7e77164802dd7 (diff)
downloadaur-tint3.tar.gz
fixed typo
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61a3354034f6..4a1e4aed34c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Tue Aug 30 08:44:35 UTC 2016
-pkgbase = tint3-git
+# Tue Aug 30 08:46:17 UTC 2016
+pkgbase = tint3
pkgdesc = An independant status bar for X11 (works best with bspwm)
pkgver = 304
pkgrel = 1
- url = https://github.com/tmathmeyer/tint3-git
+ url = https://github.com/tmathmeyer/tint3
arch = x86_64
license = GPL
makedepends = git
@@ -19,5 +19,5 @@ pkgbase = tint3-git
source = git+https://github.com/tmathmeyer/tint3.git
md5sums = SKIP
-pkgname = tint3-git
+pkgname = tint3
diff --git a/PKGBUILD b/PKGBUILD
index a75480348b84..e46d1be0bee3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ted Meyer <tmathmeyer@gmail.com>
_pkgname=tint3
-pkgname=$_pkgname-git
+pkgname=$_pkgname
pkgver=304
pkgrel=1
pkgdesc='An independant status bar for X11 (works best with bspwm)'