summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRex2020-06-10 12:15:01 +0800
committerRex2020-06-10 12:15:01 +0800
commit8fb2191e450f8dbc9fa61706b200c28499f55f51 (patch)
tree89188498370ff49a8c8483d98a467356960f951c
parent915ef0c9525c92cb6dc1c1771ca566d954fdcba4 (diff)
downloadaur-8fb2191e450f8dbc9fa61706b200c28499f55f51.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 de08d046815f..e1b49c98708f 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.7
+ pkgver = 1.3.0
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.7
- source = https://github.com/the-via/releases/releases/download/v1.2.7/via-1.2.7-linux.deb
+ provides = via=1.3.0
+ source = https://github.com/the-via/releases/releases/download/v1.3.0/via-1.3.0-linux.deb
source = via
- md5sums = 7e731f53fac0b0dbeb9fc11dbfcd1a07
+ md5sums = 64acc7e0909a9711273c2789762e3069
md5sums = dc41d6a454c010ff44c2f22678dbd79e
pkgname = via-bin
diff --git a/PKGBUILD b/PKGBUILD
index cc1ed8040647..7a21e93afd76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=via
pkgname=$_pkgname-bin
-pkgver=1.2.7
+pkgver=1.3.0
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=("7e731f53fac0b0dbeb9fc11dbfcd1a07"
+md5sums=("64acc7e0909a9711273c2789762e3069"
"dc41d6a454c010ff44c2f22678dbd79e")
build() {