summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Honeycutt2021-09-26 08:32:58 -0600
committerAaron Honeycutt2021-09-26 08:32:58 -0600
commit50b4a3aa95e1f65b70e678b5a6a5da37265b4a5a (patch)
treee91d86d41447f3d53d6f8965c16cd1feb48eae4c
parent235360156016626479376ee65b1885e0efb4900b (diff)
downloadaur-50b4a3aa95e1f65b70e678b5a6a5da37265b4a5a.tar.gz
fix pkgbase which was breaking builds
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dadab987bf33..2b4dc0ff624d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=system76-keyboard-configurator
pkgbase=keyboard-configurator
pkgver=1.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="Configures keymap and backlight of System76 keyboards."
arch=('x86_64')
url="https://github.com/pop-os/keyboard-configurator"