summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Honeycutt2021-11-21 15:17:40 -0700
committerAaron Honeycutt2021-11-21 15:17:40 -0700
commitfd8ef3110c07a2d64c5d114841bc6ccae7e8788d (patch)
tree8eba890860e45c5ea5b593c33162cd4340ba7de9
parentb77f2c1cc6d0d3831bacc9865beaa0d803bf5ea1 (diff)
downloadaur-fd8ef3110c07a2d64c5d114841bc6ccae7e8788d.tar.gz
update to 1.1.0 release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3df197bb9b6..5a9db2a313f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = keyboard-configurator
pkgdesc = Configures keymap and backlight of System76 keyboards.
- pkgver = 1.0.0
- pkgrel = 3
+ pkgver = 1.1.0
+ pkgrel = 4
url = https://github.com/pop-os/keyboard-configurator
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 2b4dc0ff624d..56bf1b2b2f67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Aaron Honeycutt <aaron at system76 dot com>
pkgname=system76-keyboard-configurator
pkgbase=keyboard-configurator
-pkgver=1.0.0
-pkgrel=3
+pkgver=1.1.0
+pkgrel=4
pkgdesc="Configures keymap and backlight of System76 keyboards."
arch=('x86_64')
url="https://github.com/pop-os/keyboard-configurator"
license=('GPL3')
makedepends=('gtk3' 'rust' 'systemd')
source=("$pkgbase-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('96d2afd18641c66be6503283a5d90afd6737de1f14d4425f1a2e45057411043c')
+sha256sums=('c84c4b21c44203bdc2130a3d3638105b39b474cdd60226422b6a037d8ebb5f0f')
build() {
cd "$pkgbase-$pkgver"