diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2022-01-27 14:41:08 +0100 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2022-01-27 14:41:08 +0100 |
commit | 312b3fea3af1ccb792c37c9b6a336f90d0e2ab40 (patch) | |
tree | d22b0d3a2a663cc7476755b2d978dc8f723e5bac /pcr | |
parent | 3d5fdcbef70b71adbd0843438889a9463e18440b (diff) | |
download | abslibre-312b3fea3af1ccb792c37c9b6a336f90d0e2ab40.tar.gz abslibre-312b3fea3af1ccb792c37c9b6a336f90d0e2ab40.tar.bz2 abslibre-312b3fea3af1ccb792c37c9b6a336f90d0e2ab40.zip |
pcr: simtrace2: update to 0.8.1 by syncing with AUR
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/simtrace2/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pcr/simtrace2/PKGBUILD b/pcr/simtrace2/PKGBUILD index 46db91527..176377335 100644 --- a/pcr/simtrace2/PKGBUILD +++ b/pcr/simtrace2/PKGBUILD @@ -4,14 +4,14 @@ # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. pkgname=simtrace2 -pkgver=0.7.0 -pkgrel=2 +pkgver=0.8.1 +pkgrel=1 pkgdesc="Traces the communication between phones and SIM cards with second generation simtrace hardware." arch=('armv7h' 'i686' 'x86_64') url="https://osmocom.org/projects/simtrace2" license=('GPL2') # GPLv2-only according to the source files headers depends=('libosmocore' 'libusb' 'lksctp-tools' 'talloc') -makedepends=('make' 'gcc' 'git' 'pkg-config') +makedepends=('git') source=("git://git.osmocom.org/simtrace2#tag=$pkgver") sha512sums=('SKIP') |