Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / gnuradio-iqbal
Commits: ac2f7f0f by Carl Smedstad at 2025-04-26T08:20:29+02:00 upgpkg: 0.38.3-1: Upstream release https://github.com/osmocom/gr-iqbal/releases/tag/v0.38.3 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = gnuradio-iqbal pkgdesc = Gnuradio I/Q balancing - pkgver = 0.38.2.r9.gfbee239 - pkgrel = 12 + pkgver = 0.38.3 + pkgrel = 1 url = https://cgit.osmocom.org/gr-iqbal/ arch = x86_64 license = GPL-3.0-or-later @@ -19,9 +19,9 @@ pkgbase = gnuradio-iqbal depends = python-pygccxml provides = libgnuradio-iqbalance.so replaces = gr-iqbal - source = git+https://gitea.osmocom.org/sdr/gr-iqbal.git#commit=fbee239a6fb36dd2fb564f6e6a0d393c4bc844db + source = git+https://gitea.osmocom.org/sdr/gr-iqbal.git#tag=v0.38.3 source = git+https://gitea.osmocom.org/sdr/libosmo-dsp.git - sha256sums = d26a6f98e2c8ed08282eabf2d7f22ffa71b95077ea39f04fb88f73e20b60a7c9 + sha256sums = cd30127783b952545f3ab1f2675fd59ee52c1264769b49838da0f09b4bfb4abe sha256sums = SKIP pkgname = gnuradio-iqbal ===================================== PKGBUILD ===================================== @@ -4,9 +4,8 @@ pkgname=gnuradio-iqbal _pkgname=gr-iqbal -pkgver=0.38.2.r9.gfbee239 -_commit=fbee239a6fb36dd2fb564f6e6a0d393c4bc844db -pkgrel=12 +pkgver=0.38.3 +pkgrel=1 pkgdesc="Gnuradio I/Q balancing" arch=(x86_64) url="https://cgit.osmocom.org/gr-iqbal/" @@ -30,17 +29,12 @@ makedepends=( provides=(libgnuradio-iqbalance.so) replaces=(gr-iqbal) source=( - "git+https://gitea.osmocom.org/sdr/gr-iqbal.git#commit=$_commit" + "git+https://gitea.osmocom.org/sdr/gr-iqbal.git#tag=v$pkgver" "git+https://gitea.osmocom.org/sdr/libosmo-dsp.git" # TODO: package this instead ) -sha256sums=('d26a6f98e2c8ed08282eabf2d7f22ffa71b95077ea39f04fb88f73e20b60a7c9' +sha256sums=('cd30127783b952545f3ab1f2675fd59ee52c1264769b49838da0f09b4bfb4abe' 'SKIP') -pkgver() { - cd $_pkgname - git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/v//g' -} - prepare() { cd $_pkgname git submodule init View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gnuradio-iqbal/-/commit/ac2f7f0f5b18954f616dcb961b0d701f3b501550 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gnuradio-iqbal/-/commit/ac2f7f0f5b18954f616dcb961b0d701f3b501550 You're receiving this email because of your account on gitlab.archlinux.org.