mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/libuhd to 3.9.4-1
This commit is contained in:
parent
ead7328d14
commit
13ad87085d
1 changed files with 4 additions and 4 deletions
|
@ -6,9 +6,9 @@
|
|||
# - patch out ineffectual neon check
|
||||
|
||||
pkgname=libuhd
|
||||
pkgver=3.9.3
|
||||
_verstring='003_009_003'
|
||||
pkgrel=2
|
||||
pkgver=3.9.4
|
||||
_verstring='003_009_004'
|
||||
pkgrel=1
|
||||
pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
|
||||
arch=('x86_64' 'i686')
|
||||
url="http://www.ettus.com/kb/category/software-documentation/uhd-manual"
|
||||
|
@ -19,7 +19,7 @@ makedepends=('cmake' 'boost' 'python2-cheetah' 'python2-mako')
|
|||
|
||||
source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz"
|
||||
'0001-remove-ineffectual-neon-check.patch')
|
||||
md5sums=('c9c1dbc571422fe6678611381765a41f'
|
||||
md5sums=('0d6451b50afc000d1d13a1f6fb33ba6c'
|
||||
'2cb16216ee735ab1160e572d523155ea')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue