mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/libuhd to 3.10.2.0-1
This commit is contained in:
parent
947f8b06ed
commit
74933c9116
1 changed files with 4 additions and 4 deletions
|
@ -6,9 +6,9 @@
|
||||||
# - patch out ineffectual neon check
|
# - patch out ineffectual neon check
|
||||||
|
|
||||||
pkgname=libuhd
|
pkgname=libuhd
|
||||||
pkgver=3.10.1.1
|
pkgver=3.10.2.0
|
||||||
_verstring='003_010_001_001'
|
_verstring='003_010_002_000'
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
|
pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
|
||||||
arch=('x86_64' 'i686')
|
arch=('x86_64' 'i686')
|
||||||
url="http://www.ettus.com/kb/category/software-documentation/uhd-manual"
|
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"
|
source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz"
|
||||||
'0001-remove-ineffectual-neon-check.patch')
|
'0001-remove-ineffectual-neon-check.patch')
|
||||||
md5sums=('e1bd3c4988c0646bf29d807f0d4c040e'
|
md5sums=('f1e1977cd6c146daf800df681cb22944'
|
||||||
'2cb16216ee735ab1160e572d523155ea')
|
'2cb16216ee735ab1160e572d523155ea')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue