summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Hiles2023-08-25 08:53:32 -0400
committerMatthew Hiles2023-08-25 08:53:32 -0400
commit841ef017c62e1c9de707a83459362ae146ee7665 (patch)
treeeb3e249ddb85f29446cfb20d2afc14b24bd4c2c6
parent462ee21433f5af4848559ca1b1fbde6ea9d375d6 (diff)
downloadaur-841ef017c62e1c9de707a83459362ae146ee7665.tar.gz
update to 4.6.0.2305302
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7154be21cc4..63c60f8846ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = via
pkgdesc = Aruba Networks' Virtual Intranet Access (VIA)
- pkgver = 4.5.0.2301032
+ pkgver = 4.6.0.2305302
pkgrel = 1
url = https://asp.arubanetworks.com/downloads;fileTypes=SOFTWARE;products=Aruba%20Virtual%20Intranet%20Access%20%28VIA%29;fileContents=Linux
arch = x86_64
@@ -49,7 +49,7 @@ pkgbase = via
depends = zstd
optdepends = networkmanager
options = !strip
- source = https://h30326.www3.hpe.com/hpn/via-4.5.0.2301032-rpm.x86_64.rpm?merchantId=ASP_DROPBOX
- sha256sums = 90724cde8abf11b2159ea73e1fe3a2196370cc29f1dbaf62807583a37fe9e28e
+ source = https://h30326.www3.hpe.com/hpn/via-4.6.0.2305302-rpm.x86_64.rpm?merchantId=ASP_DROPBOX
+ sha256sums = 75f1a8c9ffd8ac3b62434a24188789a3135ae328ce482427df59a625e6784026
pkgname = via
diff --git a/PKGBUILD b/PKGBUILD
index 57f724050ea0..e87824f45dfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Matthew Hiles <matthew.hiles@hpe.com>
pkgname=via
-pkgver=4.5.0.2301032
+pkgver=4.6.0.2305302
pkgrel=1
epoch=
pkgdesc="Aruba Networks' Virtual Intranet Access (VIA)"
@@ -23,14 +23,15 @@ changelog=
options=(!strip)
source=("https://h30326.www3.hpe.com/hpn/via-${pkgver}-rpm.x86_64.rpm?merchantId=ASP_DROPBOX")
noextract=()
-sha256sums=('90724cde8abf11b2159ea73e1fe3a2196370cc29f1dbaf62807583a37fe9e28e')
+sha256sums=('75f1a8c9ffd8ac3b62434a24188789a3135ae328ce482427df59a625e6784026')
validpgpkeys=()
prepare() {
cd "$srcdir"
## Make work with arch's root fs layout
cd usr
- mv lib64 lib
+ mv lib64/* lib
+ rmdir lib64
cd ..
## fix up some file conflicts with via (the QMK keyboard configurator)
find -name via.png -execdir mv {} anvia.png \;