summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortimescam2020-02-19 14:05:57 +0800
committertimescam2020-02-19 14:05:57 +0800
commit04b72dca53414effd3aae20e7c92f90d7bd8be76 (patch)
treeec65ed527afa8020aa1755dc300e15cf8fc83dee
parentca8dae1f0755f209529719a32c6ea4315cd86ec3 (diff)
downloadaur-04b72dca53414effd3aae20e7c92f90d7bd8be76.tar.gz
updated PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a265aa6581cb..1c07b90cbe0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = via-bin
pkgdesc = Yet another keyboard configurator, compatible with over over 40 keyboards and easily added to other QMK keyboards.
pkgver = 1.2.5
- pkgrel = 1
+ pkgrel = 2
url = https://caniusevia.com/
arch = any
depends = hicolor-icon-theme
@@ -18,7 +18,7 @@ pkgbase = via-bin
provides = via=1.2.5
source = https://github.com/the-via/releases/releases/download/v1.2.5/via-1.2.5-linux.deb
source = via
- md5sums = 727000af3573ffaad3d5791c791de42e
+ md5sums = d39df135cb4602b25d1532818d210929
md5sums = dc41d6a454c010ff44c2f22678dbd79e
pkgname = via-bin
diff --git a/PKGBUILD b/PKGBUILD
index f942330a732b..2e6ea91edcc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=via
pkgname=$_pkgname-bin
pkgver=1.2.5
-pkgrel=1
+pkgrel=2
pkgdesc="Yet another keyboard configurator, compatible with over over 40 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=("727000af3573ffaad3d5791c791de42e"
+md5sums=("d39df135cb4602b25d1532818d210929"
"dc41d6a454c010ff44c2f22678dbd79e")
build() {