summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTed Meyer2015-07-22 02:07:19 -0400
committerTed Meyer2015-07-22 02:07:19 -0400
commit1a69e545e2f1bd4718d112d9bf8acd7d9420fc9f (patch)
tree0cfadcc42687349f1fed83c2790d89fe6eef2164 /PKGBUILD
parentdca7b2a0617019cb5babff30cc1ebb9667c5767f (diff)
downloadaur-1a69e545e2f1bd4718d112d9bf8acd7d9420fc9f.tar.gz
fixed package name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 677320656d4e..7076a7a603cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ted Meyer <tmathmeyer@gmail.com>
_pkgname=tint3
-pkgname=${_pkgname}-git
+pkgname=${_pkgname}
pkgver=192
pkgrel=1
pkgdesc='An independant status bar for X11 (works best with bspwm)'
@@ -13,6 +13,7 @@ makedepends=('git' 'libx11' 'xcb-util')
optdepends=()
provides=("${_pkgname}")
conflicts=("${_pkgname}" "tint3-cpp-git")
+conclicts=("${_pkgname}" "tint3-get")
source=("git://github.com/tmathmeyer/${_pkgname}.git")
md5sums=('SKIP')