summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTimo Kaufmann2017-01-13 10:37:37 +0100
committerTimo Kaufmann2017-01-13 10:37:37 +0100
commit94063c1cefd8c537cf9b06233263edcad7d55a12 (patch)
treeed684f8d588fa204ffe0ec769ace2034f6de59e4 /PKGBUILD
parent3e9089fc9bbbf898ddb224ce73e25b844d71a287 (diff)
downloadaur-94063c1cefd8c537cf9b06233263edcad7d55a12.tar.gz
Update to 0.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b827b7d5b68..26addce3326e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Eisfreak7 <eisfreak7@gmail.com>
pkgname=xtitle
-pkgver=0.3
-pkgrel=3
+pkgver=0.4
+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=("https://www.github.com/baskerville/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('9d8118284e55b25274af4f8da4124e2e')
+md5sums=('4441a643be4674baf39f96d421d92b7e')
build() {
cd "$srcdir/$pkgname-$pkgver"