Package Details: huaweicalc-git r19.20190705.91911fe-1

Git Clone URL: https://aur.archlinux.org/huaweicalc-git.git (read-only, click to copy)
Package Base: huaweicalc-git
Description: Huawei modem unlock code calculator.
Upstream URL: https://github.com/forth32/huaweicalc
Licenses: GPL3
Conflicts: huaweicalc
Provides: huaweicalc
Submitter: petRUShka
Maintainer: dreieck
Last Packager: dreieck
Votes: 1
Popularity: 0.000000
First Submitted: 2016-06-18 10:06 (UTC)
Last Updated: 2022-06-20 15:15 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

dreieck commented on 2022-06-04 14:27 (UTC) (edited on 2022-06-04 14:28 (UTC) by dreieck)

→ Here is a PKGBUILD that adresses all issues previously reported, and also has some other changes.

Feel free to use it!

dreieck commented on 2022-06-04 14:26 (UTC)

install -D -m755 balong_flash "$pkgdir/usr/bin/${pkgname%-git}"
needs to be changed to
install -D -m755 huaweicalc "$pkgdir/usr/bin/${pkgname%-git}"
(You try to install balong_flash, but this software is called huaweicalc).

Thanks for maintaining!

dreieck commented on 2022-06-04 14:21 (UTC)

qtchooser is not needed. You can remove it from makedepends.

dreieck commented on 2022-06-04 14:14 (UTC)

Please change makedepends=('make git gcc qtchooser') to makedepends=('git' 'qtchooser').

Thanks for maintaining!

dreieck commented on 2016-12-05 19:30 (UTC)

Please, remive "make" and "gcc" from makedepends. They are assumed to be installed by Arch Linux standards. Also, may break if someone uses alternative gcc. Please, include "huaweicalc" to provides and conflicts array.