summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy2024-01-21 00:05:43 +0700
committerVadim Yanitskiy2024-01-21 00:05:58 +0700
commit745c132bf12e11057cb74f05d6624ce02a359955 (patch)
tree5c2daaa682eb7d332071870ab13f60e3e780f58f
parent1cbfb7fa59eace84c1ff5fc3225d725c08e14a4e (diff)
downloadaur-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--.SRCINFO14
-rw-r--r--PKGBUILD17
2 files changed, 16 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdd960d9f486..bd9b5f3cdd4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index e4a423e6b86b..d8109f2c5073 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"