summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b23e947b1c91..23d65e2e101e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = keyviz
pkgdesc = A free and open-source tool to visualize your keystrokes keyboard in real-time
- pkgver = 2.0.0a
- pkgrel = 2
+ pkgver = 2.0.0a2
+ pkgrel = 1
url = https://github.com/mulaRahul/keyviz
arch = x86_64
license = GPL
makedepends = flutter
- source = keyviz_2.0.0a.tar.gz::https://github.com/mulaRahul/keyviz/archive/refs/tags/v2.0.0a.tar.gz
- md5sums = 4c68eca73b475ec1a9560a8ce7846eb7
- sha256sums = aa6b7bc611d26d99a99dd842fdabc195f5fd8243297655737d1a6351476081b8
+ source = keyviz_2.0.0a2.tar.gz::https://github.com/mulaRahul/keyviz/archive/refs/tags/v2.0.0a2.tar.gz
+ md5sums = 4603ee4c7ab4937cc1c0f7aee25fe448
+ sha256sums = dfd42f976bba45fb3a414dc90f53f22f32fcd46176bbf28e5f383db582af2181
pkgname = keyviz
diff --git a/PKGBUILD b/PKGBUILD
index e9946667c5cb..9a2a4925eb05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: GT610 <myddz1005@163.com>
pkgname=keyviz
-pkgver=2.0.0a
-pkgrel=2
+pkgver=2.0.0a2
+pkgrel=1
pkgdesc="A free and open-source tool to visualize your keystrokes keyboard in real-time"
arch=('x86_64')
url="https://github.com/mulaRahul/keyviz"
license=('GPL')
makedepends=('flutter')
source=("${pkgname}_${pkgver}.tar.gz::https://github.com/mulaRahul/keyviz/archive/refs/tags/v${pkgver}.tar.gz")
-md5sums=('4c68eca73b475ec1a9560a8ce7846eb7')
-sha256sums=('aa6b7bc611d26d99a99dd842fdabc195f5fd8243297655737d1a6351476081b8')
+md5sums=('4603ee4c7ab4937cc1c0f7aee25fe448')
+sha256sums=('dfd42f976bba45fb3a414dc90f53f22f32fcd46176bbf28e5f383db582af2181')
build() {
cd "${pkgname}"-"${pkgver}"