Package Details: otii 2.8.4-1

Git Clone URL: https://aur.archlinux.org/otii.git (read-only, click to copy)
Package Base: otii
Description: Energy consumption analysis software by Qoitech
Upstream URL: https://www.qoitech.com/download
Licenses: custom
Submitter: dbrgn
Maintainer: nlemoult
Last Packager: akurei
Votes: 3
Popularity: 0.000000
First Submitted: 2018-01-19 15:09 (UTC)
Last Updated: 2022-03-11 09:56 (UTC)

Latest Comments

mika commented on 2025-04-18 20:57 (UTC)

A newer upstream version of otii is available. It seems to work with the following PKGBUILD:

# Maintainer: Michael Duell <aur@akurei.me>
# Contributor: Danilo Bargen <aur at dbrgn dot ch>
pkgname=otii
pkgver=3.5.3
pkgrel=1
pkgdesc="Energy consumption analysis software by Qoitech"
arch=('x86_64')
url="https://www.qoitech.com/download"
license=('custom')
depends=('qt6-serialport' 'qt6-svg'
         'gcc-libs-multilib' 'hicolor-icon-theme')
source=("https://www.qoitech.com/downloads/${pkgname}_${pkgver}.deb"
        "LICENSE")

package() {
    bsdtar -xf "${srcdir}"/data.tar.xz -C "${pkgdir}/"
    install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}

b2sums=('917c0bdf935a74c6a8369f87a378aa7c9bd9cb0087c0d53886daa6add2e162459231ebf4c8c6634036fba8eece3a7f580fbb8de27adc33ce4ffb4db1c7467591'
        'c98463c76cc9ffa3321cf55d75a127bd65fd805e7892dba2ea4104eb71c89d201ad765310b78ad444905fdcefc613f9d02c1f3e0b2979c99753a0c31a755fd00')

I did not check any LICENSE update.

Note that the executable is not otii but otii3.

akurei commented on 2022-03-11 09:57 (UTC)

Updated.

maximevince commented on 2020-07-15 11:24 (UTC)

Thanks for the update!

maximevince commented on 2020-07-14 13:37 (UTC)

@akurei: will you update the package? 2.6.3 is out for a while now...

dbrgn commented on 2019-08-15 14:08 (UTC)

Orphaning this package as I have no access to an Otii anymore.

dbrgn commented on 2019-03-19 15:00 (UTC)

Updated to 2.5.0. The network error when logging in seems to have been fixed upstream.

dbrgn commented on 2018-12-11 22:27 (UTC)

Updated to 2.3.0, removed deb2targz build dependency.

Scimmia commented on 2018-02-14 16:51 (UTC)

makedep deb2targz isn't actually used. Best to get rid of it.

dbrgn commented on 2018-01-19 15:09 (UTC)

Currently login does not seem to work (network error). But if you only need the standard features, you can just press "cancel" and continue using the software.