summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9807150ef334..0b827b7d5b68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,12 @@
pkgname=xtitle
pkgver=0.3
-pkgrel=2
+pkgrel=3
pkgdesc='Outputs X window titles'
arch=('i686' 'x86_64')
url="https://github.com/baskerville/${pkgname}"
license=('custom:Unlicense')
depends=('libxcb' 'xcb-util-wm' 'xcb-util')
-makedepends=('xcb-util-wm')
provides=("${pkgname}")
conflicts=("${pkgname}" "${pkgname}-git")
source=("https://www.github.com/baskerville/${pkgname}/archive/${pkgver}.tar.gz")