Search Criteria
Package Details: openhantek6022-git 933.e7f7a5d-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/openhantek6022-git.git (read-only, click to copy) |
---|---|
Package Base: | openhantek6022-git |
Description: | A DSO software for Hantek USB digital signal oscilloscopes 6022BE/BL. (Compiled form git main branch) |
Upstream URL: | https://github.com/OpenHantek/OpenHantek6022 |
Licenses: | GPL3 |
Conflicts: | openhantek, openhantek-git, openhantek6022 |
Provides: | openhantek6022 |
Submitter: | thomasandres |
Maintainer: | thomasandres |
Last Packager: | thomasandres |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2019-10-06 10:56 (UTC) |
Last Updated: | 2021-11-19 13:14 (UTC) |
Dependencies (11)
- fftw
- libusb (libusb-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-svg (qt5-svg-gitAUR)
- cmake (cmake-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- gendesk (make)
- git (git-gitAUR, git-glAUR) (make)
- make (make-gitAUR) (make)
- qt5-tools (make)
- sed (busybox-coreutilsAUR, sed-gitAUR) (make)
Latest Comments
mosgerila commented on 2021-02-23 06:13 (UTC) (edited on 2021-02-23 06:16 (UTC) by mosgerila)
I built another 47 AUR packages with pamac. This is the only package that causes these problems.
thomasandres commented on 2021-02-21 18:13 (UTC)
@mosgerila, sound a bit like this bug report https://gitlab.manjaro.org/applications/pamac/-/issues/921
Have you tried to delete the AUR build files?
mosgerila commented on 2021-02-19 11:02 (UTC)
Something is wrong. In Manjaro KDE I compiled it with pamac and, after that, it permanently requires upgrade. Moreover, if I want to delete it, instead the pamac compiles it again.
thomasandres commented on 2020-02-03 21:42 (UTC)
Thank you, I wasn't aware if this. I just removed the parallel make instruction.
dviktor commented on 2020-02-02 22:12 (UTC)
We shouldn't use make parallelism explicitly -
/etc/makepkg.conf
will take care of it if you don't specify!makeflags
inoptions
directivethomasandres commented on 2020-02-02 19:03 (UTC)
dvictor thank you for your proposal, but i want to keep the pkgver similar to the stable software version. I decided to replace the hyphen with a dot.
dviktor commented on 2020-02-02 14:39 (UTC) (edited on 2020-02-02 14:55 (UTC) by dviktor)
Seems like
PKGBUILD
requires some modifications: most importantly - fixing uppkgver ()
(because git tags contain hyphens which are prohibited by Arch-specific requirements); fixing parallel make; updating dependencies; cleaning up a bit etc. Here is my proposal: