summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOrestis Floros2021-02-17 15:00:43 +0100
committerOrestis Floros2021-02-17 15:00:43 +0100
commit05d53b32bdff4f21fb31bab6c75ac02454ac9328 (patch)
tree37c2158c937d7c96c5c887ebdf8846bda286f411 /PKGBUILD
parent80d2939ce8767c78802d69fef615782e5c4f85a4 (diff)
downloadaur-xkb-switch.tar.gz
Update to 1.8.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fdd871e5fbb1..8e21ef1dc43d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Doron Behar <doron.behar@gmail.com>
pkgname=xkb-switch
-pkgver=1.6.0
+pkgver=1.8.5
pkgrel=1
pkgdesc='Program that allows to query and change the XKB layout state'
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('libx11' 'libxkbfile')
makedepends=('git' 'cmake')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ierton/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('17ddd00a09945f634654ddf98d55023b0727755f828706747fd5227e2651633d')
+sha256sums=('89e7cc64a3bfc481b0e341b79320de4f0adbdba49b551988fe4bf02f6ae9e003')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"