diff options
author | Vadim Yanitskiy | 2024-01-21 00:05:43 +0700 |
---|---|---|
committer | Vadim Yanitskiy | 2024-01-21 00:05:58 +0700 |
commit | 745c132bf12e11057cb74f05d6624ce02a359955 (patch) | |
tree | 5c2daaa682eb7d332071870ab13f60e3e780f58f | |
parent | 1cbfb7fa59eace84c1ff5fc3225d725c08e14a4e (diff) | |
download | aur-libuhd-umtrx.tar.gz |
Rename package: 'libuhd3-umtrx' -> 'libuhd-umtrx'
There has been some activity in the project's repository, and the
good news is that current master builds fine against the recent
libuhd version 4.6.0.0. They did not tag it yet, so we pull
a known-to-work version by commit hash.
-rw-r--r-- | .SRCINFO | 14 | ||||
-rw-r--r-- | PKGBUILD | 17 |
2 files changed, 16 insertions, 15 deletions
@@ -1,16 +1,16 @@ -pkgbase = libuhd3-umtrx - pkgdesc = Fairwaves UmTRX module for libuhd3 - pkgver = 1.0.19 - pkgrel = 3 +pkgbase = libuhd-umtrx + pkgdesc = Fairwaves UmTRX module for libuhd + pkgver = 1.0.19.r8.g4867d84 + pkgrel = 1 url = https://github.com/fairwaves/UHD-Fairwaves arch = x86_64 license = GPL-3.0-or-later makedepends = git makedepends = cmake makedepends = boost - depends = libuhd3 + depends = libuhd depends = boost-libs - source = git+https://github.com/fairwaves/UHD-Fairwaves#tag=1.0.19 + source = git+https://github.com/fairwaves/UHD-Fairwaves#commit=4867d84b1eced2b7ec2f7104d0f222d0daf86e11 sha1sums = SKIP -pkgname = libuhd3-umtrx +pkgname = libuhd-umtrx @@ -1,17 +1,18 @@ -# Maintainer: Vadim Yanitskiy <axilirator@gmail.com> +# Maintainer: Vadim Yanitskiy <fixeria@osmocom.org> -pkgname=libuhd3-umtrx -pkgver=1.0.19 -pkgrel=3 -pkgdesc="Fairwaves UmTRX module for libuhd3" +pkgname=libuhd-umtrx +pkgver=1.0.19.r8.g4867d84 +pkgrel=1 +pkgdesc="Fairwaves UmTRX module for libuhd" arch=('x86_64') url="https://github.com/fairwaves/UHD-Fairwaves" license=('GPL-3.0-or-later') -depends=('libuhd3' 'boost-libs') +depends=('libuhd' 'boost-libs') makedepends=('git' 'cmake' 'boost') -source=("git+https://github.com/fairwaves/UHD-Fairwaves#tag=${pkgver}") -sha1sums=('SKIP') _gitname=UHD-Fairwaves +_gitcommit=4867d84b1eced2b7ec2f7104d0f222d0daf86e11 +source=("git+https://github.com/fairwaves/${_gitname}#commit=${_gitcommit}") +sha1sums=('SKIP') build() { cd "$_gitname/host" |