Package Details: flexoptix 5.21.0-1

Git Clone URL: https://aur.archlinux.org/flexoptix.git (read-only, click to copy)
Package Base: flexoptix
Description: Flexoptix Flexbox transceiver programmer
Upstream URL: https://www.flexoptix.net/en/flexoptix-app
Keywords: fiber fibre flexbox flexoptix qsfp sfp
Licenses: custom
Submitter: defusq
Maintainer: defusq
Last Packager: defusq
Votes: 3
Popularity: 0.67
First Submitted: 2021-06-24 03:40 (UTC)
Last Updated: 2024-03-14 16:37 (UTC)

Latest Comments

XenGi commented on 2024-10-23 10:43 (UTC) (edited on 2024-10-23 10:47 (UTC) by XenGi)

version 5.25.0 is out

diff --git a/PKGBUILD b/PKGBUILD
index 59a7de6..2a97c2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Connor McFarlane <cm at semtex dot net>

 pkgname=flexoptix
-pkgver=5.21.0
+pkgver=5.25.0
 pkgrel=1
 pkgdesc='Flexoptix Flexbox transceiver programmer'
 arch=('any')
@@ -13,7 +13,7 @@ install=flexoptix.install
 source=("flexoptix-${pkgver}.AppImage::https://flexbox.reconfigure.me/download/electron/linux/x64/FLEXOPTIX%20App.${pkgver}-latest.AppImage"
         'https://www.flexoptix.net/skin/udev_rules/99-tprogrammer.rules'
         'disable-autoupdate.patch')
-sha256sums=('6910cae629c02faaf34b6ee7ccffa69ee59cc2f66432a79dfff230fa9acab7ab'
+sha256sums=('5b088e881865d1d9b539727030f25a2180a2fe5b3bb01c1f6e6f64fd885b3b9b'
             '3997b9755e74c6af7da252266e8ec94313e345dee11b204857016fb51f5c2157'
             'f1ae709af8a4c26d177d9339084b7dc73fd9bbb988f4e7601e0969f5f0121612')

@@ -44,7 +44,7 @@ package() {
   # install desktop entries
   install -Dm644 "${_appdir}/flexoptix-app.desktop" "${pkgdir}/usr/share/applications/flexoptix-app.desktop"
   install -Dm644 "${_appdir}/flexoptix-app.png" "${pkgdir}/usr/share/applications/flexoptix-app.png"
-  install -Dm644 "${_appdir}/usr/share/icons/hicolor/0x0/apps/flexoptix-app.png" "${pkgdir}/usr/share/icons/hicolor/0x0/apps/flexoptix-app.png"
+  install -Dm644 "${_appdir}/usr/share/icons/hicolor/1024x1024/apps/flexoptix-app.png" "${pkgdir}/usr/share/icons/hicolor/1024x1024/apps/flexoptix-app.png"

   # clean up unused bits
   rm -rf "${_appdir}/usr" "${_appdir}/flexoptix-app.desktop" "{_appdir}/flexoptix-app.png"