mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/libuhd to 3.13.0.1-1
This commit is contained in:
parent
97dbde7b70
commit
ec87a55eba
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
# - patch out ineffectual neon check
|
||||
|
||||
pkgname=libuhd
|
||||
pkgver=3.11.1.0
|
||||
pkgver=3.13.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
|
||||
arch=('x86_64')
|
||||
|
@ -14,12 +14,12 @@ url="http://www.ettus.com/kb/category/software-documentation/uhd-manual"
|
|||
license=('GPL')
|
||||
depends=('boost-libs' 'orc' 'libusb')
|
||||
optdepends=('python2: usrp utils')
|
||||
makedepends=('cmake' 'boost' 'python2-cheetah' 'python2-mako')
|
||||
makedepends=('cmake' 'boost' 'python2-mako')
|
||||
|
||||
source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/v$pkgver.tar.gz"
|
||||
'boost-1.67.patch'
|
||||
'0001-remove-ineffectual-neon-check.patch')
|
||||
md5sums=('fb3c6972af55130f34ec9133caf6c9e4'
|
||||
md5sums=('e7c38546d9dadac41657ee5e53c3f342'
|
||||
'45fcc6feb0ea9b4ae09e4ba7b010864f'
|
||||
'2cb16216ee735ab1160e572d523155ea')
|
||||
|
||||
|
|
Loading…
Reference in a new issue