summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortimescam2022-09-02 12:17:47 +0800
committertimescam2022-09-02 12:17:47 +0800
commit7598c832fbedcc2ebe4b37fe0617b42e2b446f60 (patch)
tree212361f34acc4171a528da2394bd2832535bb836
parentf7f95917c88ccdf03a4d4b4ad3630e1136e2a676 (diff)
downloadaur-7598c832fbedcc2ebe4b37fe0617b42e2b446f60.tar.gz
fix symlink
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea220fba6859..78c29c636839 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = via-bin
- pkgdesc = Native electron build of https://usevia.app/
+ pkgdesc = binary distribution of electron builds for https://usevia.app/
pkgver = 2.0.5
- pkgrel = 1
+ pkgrel = 2
url = https://caniusevia.com/
arch = any
depends = gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 76e1af932a36..40314c4f04be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: timescam <rex.ky.ng at gmail dot com>
+# Maintainer: timescam <timescam at duck dot com>
_pkgname=via
pkgname=$_pkgname-bin
pkgver=2.0.5
-pkgrel=1
-pkgdesc="Native electron build of https://usevia.app/"
+pkgrel=2
+pkgdesc="binary distribution of electron builds for https://usevia.app/"
arch=(any)
url="https://caniuse$_pkgname.com/"
provides=("${_pkgname}=${pkgver}")
@@ -31,5 +31,5 @@ build() {
package() {
cp -r "${srcdir}/output/"* "${pkgdir}"
install -d "${pkgdir}"/usr/bin
- ln -s /opt/VIA/via "${pkgdir}"/usr/bin/via
+ ln -s /opt/VIA/via-nativia "${pkgdir}"/usr/bin/via
}