diff options
author | Vadim Yanitskiy | 2022-03-26 01:09:11 +0300 |
---|---|---|
committer | Vadim Yanitskiy | 2022-03-26 01:09:16 +0300 |
commit | a560ff9807b9676b4bdb9503c6f0207e72cc6d30 (patch) | |
tree | d7adf435aebf4f7b3e020aaeca7b39174283acd9 /PKGBUILD | |
parent | 1931e21e891bf6380bee62fd8d422c492d9f6e95 (diff) | |
download | aur-a560ff9807b9676b4bdb9503c6f0207e72cc6d30.tar.gz |
Depend on older version of libuhd - libuhd3
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,13 +1,13 @@ # Maintainer: Vadim Yanitskiy <axilirator@gmail.com> -pkgname=libuhd-umtrx +pkgname=libuhd3-umtrx pkgver=1.0.19 pkgrel=1 -pkgdesc="Fairwaves UmTRX module for libuhd" +pkgdesc="Fairwaves UmTRX module for libuhd3" arch=('x86_64') url="https://github.com/fairwaves/UHD-Fairwaves" license=('unknown') -depends=('libuhd' 'boost-libs') +depends=('libuhd3' 'boost-libs') makedepends=('cmake' 'boost') source=("git+https://github.com/fairwaves/UHD-Fairwaves#tag=${pkgver}") sha1sums=('SKIP') |