From 987026b121b016411bd87a3291c40630aad88a41 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Mon, 12 Oct 2015 10:23:02 +0300 Subject: Add missing libosmocore dep --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD index 0aadf73..c9cfd63 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,13 +1,13 @@ # Maintainer: Yuval Adam PGP-Key: 271386AA2EB7672F pkgname=gr-gsm-git -pkgver=92398cf +pkgver=56b0a67 pkgrel=1 pkgdesc="Gnuradio blocks and tools for receiving GSM transmissions" arch=('any') url="https://github.com/ptrkrysik/gr-gsm" license=(unknown) -depends=('gnuradio' 'boost' 'swig' 'log4cpp' 'python2-scipy') +depends=('gnuradio' 'libosmocore' 'boost' 'swig' 'log4cpp' 'python2-scipy') makedepends=('cmake') provides=('gr-gsm') source=('git+https://github.com/ptrkrysik/gr-gsm') -- cgit v1.3.1