diff --git a/community/libuhd/PKGBUILD b/community/libuhd/PKGBUILD index 0443efb19..987ed73cd 100644 --- a/community/libuhd/PKGBUILD +++ b/community/libuhd/PKGBUILD @@ -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')