Search Criteria
Package Details: umbim-git r17.29aaf43-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/umbim-git.git (read-only, click to copy) |
---|---|
Package Base: | umbim-git |
Description: | OpenWrt MBIM modem utility |
Upstream URL: | https://git.openwrt.org/project/umbim.git |
Licenses: | GPL2 |
Conflicts: | umbim |
Provides: | umbim |
Submitter: | jrb |
Maintainer: | jrb |
Last Packager: | jrb |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2017-05-22 00:22 (UTC) |
Last Updated: | 2017-05-22 00:22 (UTC) |
Dependencies (7)
- libuboxAUR (libubox-lua-gitAUR, libubox-gitAUR)
- cmake (cmake-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- make (make-gitAUR) (make)
- patch (patch-gitAUR) (make)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
Latest Comments
dreieck commented on 2021-02-26 17:13 (UTC)
Fails to build for me:
Thanks for maintaining!
dreieck commented on 2018-02-09 22:14 (UTC) (edited on 2021-02-26 17:11 (UTC) by dreieck)
Can you add
=${pkgver}
to the entry in the provides variable?And just a note: At least
make
,gcc
andpatch
are part of the package group "base-devel", which is implicitly assumed to be installed when making packages and thus not needed to be listed in the makedepends.I took your
PKGBUILD
as a template to make a packageuqmi-git
, btw. Thank you!