summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2019-09-03 11:26:28 +0800
committerlilac2019-09-03 11:26:28 +0800
commitc0ddc759619ff34077fd8250376677a6320f1773 (patch)
treeecdab0171dfbaae0dc5affbe732c89b8e9fd5812 /PKGBUILD
parent7a720e451ce672cc4d250f1a0e90654c4ee886bb (diff)
downloadaur-c0ddc759619ff34077fd8250376677a6320f1773.tar.gz
update by lilac
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 78e626eae079..a9e17cbd9429 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: edward-p <edward At edward-p Dot xyz>
pkgname=proxmark3-iceman-git
-pkgver=6950.1cc027d4
+pkgver=6953.bccb9069
pkgrel=1
pkgdesc=pkgdesc='RRG / Iceman repo - Proxmark3 RDV4.0 and other Proxmark3 platforms.'
arch=('x86_64')
url='https://github.com/RfidResearchGroup/proxmark3'
license=('GPL2')
-depends=('libusb' 'perl')
+depends=('perl' 'python')
makedepends=('git' 'arm-none-eabi-gcc' 'arm-none-eabi-newlib')
provides=('proxmark3' 'proxmark3-iceman')
conflicts=('proxmark3' 'proxmark3-iceman')
@@ -61,8 +61,8 @@ build() {
done
# Build other targets
+ make -j DESTDIR="build" PREFIX="/usr"
make -j1 DESTDIR="build" PREFIX="/usr" install
-
# These recovery & firmware are not needed.
rm build/usr/share/proxmark3/firmware/{fullimage.elf,proxmark3_recovery.bin}