summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c48be21157d9..c3446dc77628 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thomas Gläßle <t_glaessle@gmx.de>
pkgname=setcapslock
-pkgver=0.0.3
+pkgver=0.0.4
pkgrel=1
pkgdesc="Small utility to set the caps lock state in an X session."
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/coldfix/setcapslock"
license=('custom:UNLICENSE')
depends=('libx11')
source=("$url/archive/${pkgver}.tar.gz")
-md5sums=('1a59d1511230b9fb5be5cf7be7b81ce2')
+md5sums=('6b6be3209e635724eb761fd2889b8a70')
build() {
cd "$srcdir/$pkgname-$pkgver"