summaryrefslogtreecommitdiff
path: root/pcr/simtrace
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-04-26 17:08:42 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-04-26 17:09:48 +0200
commite1eee7f32982f7ed7097449858de197bca1f6c53 (patch)
treee58be7e03656318d013bf89f82032f9b10f7b987 /pcr/simtrace
parent345538fde4197a3a4dd9ba4270bb9eca7153543a (diff)
downloadabslibre-e1eee7f32982f7ed7097449858de197bca1f6c53.tar.gz
abslibre-e1eee7f32982f7ed7097449858de197bca1f6c53.tar.bz2
abslibre-e1eee7f32982f7ed7097449858de197bca1f6c53.zip
pcr: simtrace: Add forgetten talloc dependency
While the the PKGBUILD was tested at runtime on real hardware it was only built-tested with makepkg before pusing the PKGBUILD. This didn't catch the missing talloc dependency. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'pcr/simtrace')
-rw-r--r--pcr/simtrace/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/simtrace/PKGBUILD b/pcr/simtrace/PKGBUILD
index ce6bdb1bd..c6ff1c773 100644
--- a/pcr/simtrace/PKGBUILD
+++ b/pcr/simtrace/PKGBUILD
@@ -3,12 +3,12 @@ pkgname=simtrace-git
_pkgname=simtrace
pkgver=0.1.r89.g6fde8e1
_commit=6fde8e1c26f12069e67103ba5f69a068d78de063
-pkgrel=1
+pkgrel=2
pkgdesc="Traces the communication between phones and SIM cards with first generation simtrace hardware."
arch=('armv7h' 'i686' 'x86_64')
url="http://bb.osmocom.org/trac/wiki/SIMtrace"
license=('GPL2') # GPLv2-only according to the source files headers
-depends=('libosmocore' 'libusb')
+depends=('libosmocore' 'libusb' 'talloc')
makedepends=('make' 'gcc' 'git' 'pkg-config')
source=("git://git.osmocom.org/simtrace.git#commit=$_commit")
sha512sums=('SKIP')