summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRex2020-01-23 12:13:10 +0800
committerRex2020-01-23 12:13:10 +0800
commitc9d8af7303278f8e1c69f73eafe5e9c799205614 (patch)
treedaaa8fe1a1bc1a09dfff3886b62f7c46b4c4db73 /PKGBUILD
parented0afc3f22c2e70d253ae06b87e6423ea0c70039 (diff)
downloadaur-c9d8af7303278f8e1c69f73eafe5e9c799205614.tar.gz
updated PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 13 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1a0ddb96c49..299024dc4e7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,22 @@
_pkgname=via
pkgname=$_pkgname-bin
pkgver=1.2.4
-pkgrel=1
-pkgdesc="VIA Configurator, compatible with over over 40 keyboards and easily added to other QMK keyboards."
+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/"
provides=("${_pkgname}=${pkgver}")
-depends=("hicolor-icon-theme")
+depends=("hicolor-icon-theme"
+ "gtk3"
+ "libnotify"
+ "nss"
+ "libxss"
+ "libxtst"
+ "xdg-utils"
+ "at-spi2-core"
+ "libutil-linux"
+ "libappindicator"
+ "libsecret")
_filename=("${_pkgname}-${pkgver}-linux.deb")
source=("https://github.com/the-$_pkgname/releases/releases/download/v${pkgver}/$_filename"
via)