Update to version 1.5

This commit is contained in:
Benjamim Gois 2026-02-26 16:45:24 -03:00
parent 30b88d5345
commit e77eccdf11
2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
pkgbase = omnicom
pkgdesc = Modern graphical interface for network device management with Serial, SSH, Telnet, IP Scanner and SNMP support
pkgver = 1.4
pkgdesc = Modern graphical interface for network device management with Serial, SSH, Telnet, IP Scanner, SNMP and Traceroute support
pkgver = 1.5
pkgrel = 1
url = https://github.com/benjamimgois/omnicom
arch = any
@ -15,7 +15,7 @@ pkgbase = omnicom
depends = qt6-serialport
depends = picocom
depends = sudo
source = omnicom-1.4.tar.gz::https://github.com/benjamimgois/omnicom/archive/refs/tags/1.4.tar.gz
sha256sums = bbad562ed0731888a807926f3d14b0a3205e36ca26d1eeba14777624aa67f5b0
source = omnicom-1.5.tar.gz::https://github.com/benjamimgois/omnicom/archive/refs/tags/1.5.tar.gz
sha256sums = 4bbf67936d7e6090340705620dbf0ee7b88139cc52b3ae3ef19741d5e74e3aeb
pkgname = omnicom

View file

@ -1,15 +1,15 @@
# Maintainer: Benjamim Gois <benjamimgois@gmail.com>
pkgname=omnicom
pkgver=1.4
pkgver=1.5
pkgrel=1
pkgdesc="Modern graphical interface for network device management with Serial, SSH, Telnet, IP Scanner and SNMP support"
pkgdesc="Modern graphical interface for network device management with Serial, SSH, Telnet, IP Scanner, SNMP and Traceroute support"
arch=('any')
url="https://github.com/benjamimgois/omnicom"
license=('MIT')
depends=('python' 'python-pyqt6' 'python-pyte' 'python-paramiko' 'python-pysnmp' 'python-standard-telnetlib' 'qt6-serialport' 'picocom' 'sudo')
makedepends=('imagemagick')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/benjamimgois/omnicom/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('bbad562ed0731888a807926f3d14b0a3205e36ca26d1eeba14777624aa67f5b0')
sha256sums=('4bbf67936d7e6090340705620dbf0ee7b88139cc52b3ae3ef19741d5e74e3aeb')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"