summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRex2020-06-19 12:07:22 +0800
committerRex2020-06-19 12:07:22 +0800
commit8db6b89f09dc12dd9020314f7413b6b29b7aa928 (patch)
tree99304d93107cce846569430038235a71a7ac2628
parentbcbe236af31f89858806cb3006f4b519e0c67a2e (diff)
downloadaur-8db6b89f09dc12dd9020314f7413b6b29b7aa928.tar.gz
updated PKGBUILD
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f81d56ebb06..9e907e578b6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = via-bin
pkgdesc = Yet another keyboard configurator, compatible with over 150 keyboards and easily added to other QMK keyboards.
- pkgver = 1.3.0
- pkgrel = 2
+ pkgver = 1.3.1
+ pkgrel = 0
url = https://caniusevia.com/
arch = any
depends = hicolor-icon-theme
@@ -15,10 +15,10 @@ pkgbase = via-bin
depends = libutil-linux
depends = libappindicator-gtk3
depends = libsecret
- provides = via=1.3.0
- source = https://github.com/the-via/releases/releases/download/v1.3.0/via-1.3.0-linux.deb
+ provides = via=1.3.1
+ source = https://github.com/the-via/releases/releases/download/v1.3.1/via-1.3.1-linux.deb
source = via
- md5sums = 64acc7e0909a9711273c2789762e3069
+ md5sums = 5b61cea500307e17a289f6ac99d60de7
md5sums = dc41d6a454c010ff44c2f22678dbd79e
pkgname = via-bin
diff --git a/PKGBUILD b/PKGBUILD
index bbaaa0e925bf..e76e50143a7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=via
pkgname=$_pkgname-bin
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.3.1
+pkgrel=0
pkgdesc="Yet another keyboard configurator, compatible with over 150 keyboards and easily added to other QMK keyboards."
arch=(any)
url="https://caniuse$_pkgname.com/"
@@ -23,7 +23,7 @@ _filename=("${_pkgname}-${pkgver}-linux.deb")
source=("https://github.com/the-$_pkgname/releases/releases/download/v${pkgver}/$_filename"
via)
-md5sums=("64acc7e0909a9711273c2789762e3069"
+md5sums=("5b61cea500307e17a289f6ac99d60de7"
"dc41d6a454c010ff44c2f22678dbd79e")
build() {