summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRex2020-01-23 12:13:10 +0800
committerRex2020-01-23 12:13:10 +0800
commitc9d8af7303278f8e1c69f73eafe5e9c799205614 (patch)
treedaaa8fe1a1bc1a09dfff3886b62f7c46b4c4db73
parented0afc3f22c2e70d253ae06b87e6423ea0c70039 (diff)
downloadaur-c9d8af7303278f8e1c69f73eafe5e9c799205614.tar.gz
updated PKGBUILD
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD16
2 files changed, 25 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 856a546178b9..f57f7c15c2bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,20 @@
pkgbase = via-bin
- pkgdesc = VIA Configurator, compatible with over over 40 keyboards and easily added to other QMK keyboards.
+ pkgdesc = Yet another keyboard configurator, compatible with over over 40 keyboards and easily added to other QMK keyboards.
pkgver = 1.2.4
- pkgrel = 1
+ pkgrel = 2
url = https://caniusevia.com/
arch = any
depends = hicolor-icon-theme
+ depends = gtk3
+ depends = libnotify
+ depends = nss
+ depends = libxss
+ depends = libxtst
+ depends = xdg-utils
+ depends = at-spi2-core
+ depends = libutil-linux
+ depends = libappindicator
+ depends = libsecret
provides = via=1.2.4
source = https://github.com/the-via/releases/releases/download/v1.2.4/via-1.2.4-linux.deb
source = via
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)