summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRex2020-03-30 10:04:16 +0800
committerRex2020-03-30 10:04:16 +0800
commit915ef0c9525c92cb6dc1c1771ca566d954fdcba4 (patch)
treec3e3066b07d6d078b4fcd67a3f3814108cc9d62e
parent705ec19b8a96d885b7ba28efd69a770cbc1e55fd (diff)
downloadaur-915ef0c9525c92cb6dc1c1771ca566d954fdcba4.tar.gz
updated PKGBUILD
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 279af92fe34a..de08d046815f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = via-bin
pkgdesc = Yet another keyboard configurator, compatible with over over 40 keyboards and easily added to other QMK keyboards.
- pkgver = 1.2.6
+ pkgver = 1.2.7
pkgrel = 0
url = https://caniusevia.com/
arch = any
@@ -15,10 +15,10 @@ pkgbase = via-bin
depends = libutil-linux
depends = libappindicator-gtk3
depends = libsecret
- provides = via=1.2.6
- source = https://github.com/the-via/releases/releases/download/v1.2.6/via-1.2.6-linux.deb
+ provides = via=1.2.7
+ source = https://github.com/the-via/releases/releases/download/v1.2.7/via-1.2.7-linux.deb
source = via
- md5sums = c0938d4feac46ead655646bc9e2d74d4
+ md5sums = 7e731f53fac0b0dbeb9fc11dbfcd1a07
md5sums = dc41d6a454c010ff44c2f22678dbd79e
pkgname = via-bin
diff --git a/PKGBUILD b/PKGBUILD
index 184229fefa49..cc1ed8040647 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=via
pkgname=$_pkgname-bin
-pkgver=1.2.6
+pkgver=1.2.7
pkgrel=0
pkgdesc="Yet another keyboard configurator, compatible with over over 40 keyboards and easily added to other QMK keyboards."
arch=(any)
@@ -23,7 +23,7 @@ _filename=("${_pkgname}-${pkgver}-linux.deb")
source=("https://github.com/the-$_pkgname/releases/releases/download/v${pkgver}/$_filename"
via)
-md5sums=("c0938d4feac46ead655646bc9e2d74d4"
+md5sums=("7e731f53fac0b0dbeb9fc11dbfcd1a07"
"dc41d6a454c010ff44c2f22678dbd79e")
build() {