summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-01-28update $provides (generated by find-libprovides)Vadim Yanitskiy
https://wiki.archlinux.org/title/PKGBUILD#provides https://wiki.archlinux.org/title/Arch_package_guidelines#Package_relations
2023-11-29Bump $pkgver: 1.9.0 -> 1.9.2Vadim Yanitskiy
2023-09-13Bump $pkgver: 1.7.0 -> 1.9.0Vadim Yanitskiy
The 'liburing' is a new dependency required by v1.9.0.
2023-09-13Fix various issuesVadim Yanitskiy
* depends: add missing 'libmnl' package; * depends: 'libusb' is a permanent (not build) dependency; * makedepends: add missing 'python' package; * build(): '/usr/sbin' -> '/usr/bin'.
2023-09-13Prepare for bumping $pkgverVadim Yanitskiy
This commit prepares for bumping $pkgver from 1.7.0 to 1.9.0, so that the follow-up commit doing this would look cleaner: * source: download release tarball from downloads.osmocom.org; * makedepends: remove deps provided by 'base-devel', drop 'git'; * build(): improve formatting (one option per line); * update $pkgdesc.
2022-07-03Version 1.7.0: Update .srcinfoMatt Johnson
2022-07-03Enable systemd logging targetMatt Johnson
As recommended by one of the upstream maintainers, this commit enables systemd-journald logging to match the builds on other platforms. If upstream were to make linking the systemd library runtime configurable this could be moved to optdepends, but I think currently needs to be a full dependency if the switch is enabled at compile time.
2022-07-03Update project url to up-to-date osmocom infrastructureMatt Johnson
The project now has a better landing page with links out to all relevant infrastructure.
2022-07-03Version 1.7.0Matt Johnson
Updated package release for Osmocom CNI release 202206 See https://osmocom.org/news/190 for details.
2022-01-30Add libusb in makedependsDenis 'GNUtoo' Carikli
If we don't have libusb installed, the build fails: | checking for LIBUSB... no | configure: error: Package requirements (libusb-1.0) were not met: | | Package 'libusb-1.0', required by 'virtual:world', not found | | Consider adjusting the PKG_CONFIG_PATH environment variable if you | installed software in a non-standard prefix. | | Alternatively, you may set the environment variables LIBUSB_CFLAGS | and LIBUSB_LIBS to avoid the need to call pkg-config. | See the pkg-config man page for more details.
2022-01-20optdepends: Add libusb to support libosmousbMatt Johnson
libosmousb was added to libosmocore in 2019, and requires libusb at runtime.
2022-01-20Version: 1.6.0Matt Johnson
Part of the Osmocom 202111 core network infrastructure release. See https://osmocom.org/news/152
2022-01-20Update contributors listMatt Johnson
2020-03-04Fix deps and mksrcinfoDominik Heidler
2020-03-04Add support for the armv7h architectureDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli GNUtoo@cyberdimension.org PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
2020-03-04Update to version 1.3.0Denis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2019-02-02Version 1.0.1Dominik Heidler
2018-09-14Add makedep tallocDominik Heidler
2018-08-16Version 0.12.0Dominik Heidler
2017-12-11Version 0.10.2Dominik Heidler
2016-09-02dep pkg-configDominik Heidler
2016-05-14version 0.9.0Dominik Heidler
2015-06-08initial commitDominik Heidler