summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloznelis2023-07-28 10:07:20 +0000
committerbloznelis2023-07-28 10:07:20 +0000
commit11a6350936e2ea2b415131e7fb6c3e0dd01649f2 (patch)
tree8a17f38dd68f0935a7e4699655aac30c4b7454d3
parent06f4d5653b73b2dab23f18fc555e552adc9ca442 (diff)
downloadaur-11a6350936e2ea2b415131e7fb6c3e0dd01649f2.tar.gz
Release 1.2.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c93b512d52ac..4410cb5eb72c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kbt
pkgdesc = Keyboard tester in terminal
- pkgver = 1.1.0
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/bloznelis/kbt
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = kbt
makedepends = cargo
provides = kbt
conflicts = kbt
- source = https://github.com/bloznelis/kbt/archive/refs/tags/1.1.0.tar.gz
+ source = https://github.com/bloznelis/kbt/archive/refs/tags/1.2.0.tar.gz
sha256sums = SKIP
pkgname = kbt
diff --git a/PKGBUILD b/PKGBUILD
index ea0fbe98d639..ec8618773e7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Energi <bloznelis05@gmail.com>
pkgname=kbt
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=1
pkgdesc="Keyboard tester in terminal"
arch=(x86_64)