summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormhiles2021-09-20 09:40:59 -0400
committermhiles2021-09-20 09:40:59 -0400
commit16a537904f695e951d6cf02e73fe344d448e8eef (patch)
tree6f0682fee0c146083eee2f0f5bf6ab38720b657a
parentff5a1a9249e5d112640221153a93c28dada8dc8b (diff)
downloadaur-16a537904f695e951d6cf02e73fe344d448e8eef.tar.gz
add !strip option to fix ui launch issue
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8adfe21c1592..8733a99571c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = via
url = https://asp.arubanetworks.com/downloads;fileTypes=SOFTWARE;products=Aruba%20Virtual%20Intranet%20Access%20%28VIA%29;fileContents=Linux
arch = x86_64
license = unknown
+ options = !strip
source = https://h30326.www3.hpe.com/hpn/via-4.2.0.2105106-rpm.x86_64.rpm?merchantId=ASP_DROPBOX
sha256sums = ef2bee83b0041e33b4250f0c53f6d25365182daee5723d2b6c04e80c203cdbcf
diff --git a/PKGBUILD b/PKGBUILD
index 55dacff97ee8..ef0b664f468b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,6 +19,7 @@ backup=()
options=()
install=
changelog=
+options=(!strip)
source=("https://h30326.www3.hpe.com/hpn/via-4.2.0.2105106-rpm.x86_64.rpm?merchantId=ASP_DROPBOX")
noextract=()
sha256sums=('ef2bee83b0041e33b4250f0c53f6d25365182daee5723d2b6c04e80c203cdbcf')