summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTimo Kaufmann2017-01-18 10:55:15 +0100
committerTimo Kaufmann2017-01-18 10:55:15 +0100
commitb218307150e22ad35dca27f44405f4982c3ef5d4 (patch)
tree7bed74308cd2f4bc2c4bcd1fcd7af19705de3cd5 /PKGBUILD
parent9f4a9ce3e384cadce25a5b6459068d5ee74f88e8 (diff)
downloadaur-b218307150e22ad35dca27f44405f4982c3ef5d4.tar.gz
Update to 0.4.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d558dbb8254..99693abf7b29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Eisfreak7 <eisfreak7@gmail.com>
pkgname=xtitle
-pkgver=0.4.1
+pkgver=0.4.2
pkgrel=1
pkgdesc='Outputs X window titles'
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('libxcb' 'xcb-util-wm' 'xcb-util')
provides=("${pkgname}")
conflicts=("${pkgname}" "${pkgname}-git")
source=("https://www.github.com/baskerville/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('be2a878cf65cae56023918e8964fb893')
+md5sums=('78c531089280b5b88a77ca06b6c74dd2')
build() {
cd "$srcdir/$pkgname-$pkgver"