summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 9 insertions, 8 deletions
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"