summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTimo Kaufmann2017-02-16 13:45:21 +0100
committerTimo Kaufmann2017-02-16 13:45:21 +0100
commit34d86b93f3ac8a9532d77fb3e615ae397b499a0f (patch)
tree94b21921624c89fd31ae1fce6271d41e213925a5 /PKGBUILD
parent6660d4dec652afe829a3dfd504a45f8b3b0dc1be (diff)
downloadaur-34d86b93f3ac8a9532d77fb3e615ae397b499a0f.tar.gz
Update to 0.4.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 571b8df37461..28b1beaf8729 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Eisfreak7 <eisfreak7@gmail.com>
pkgname=xtitle
-pkgver=0.4.2
-pkgrel=2
+pkgver=0.4.3
+pkgrel=1
pkgdesc='Outputs X window titles'
arch=('i686' 'x86_64')
url="https://github.com/baskerville/${pkgname}"
@@ -11,7 +11,7 @@ depends=('libxcb' 'xcb-util-wm' 'xcb-util')
provides=("${pkgname}")
conflicts=("${pkgname}" "${pkgname}-git")
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-md5sums=('78c531089280b5b88a77ca06b6c74dd2')
+md5sums=('884843193195e8b6293bafd510ecb69e')
build() {
cd "$srcdir/$pkgname-$pkgver"