summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGI_Jack2022-09-08 21:58:28 -0700
committerGI_Jack2022-09-08 21:58:28 -0700
commit449abd0431538dd129ff2d8813428f19df384fd0 (patch)
tree6a25cce7401b9331c8c8d92caebf5eb807cbd382 /PKGBUILD
parentefc6b5e76329c7edaa38467de9aa779df8aecf32 (diff)
downloadaur-449abd0431538dd129ff2d8813428f19df384fd0.tar.gz
changed libforensic1394 to python-libforensic1394
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 81c674a58545..3f799452cc30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=inception
pkgver=0.4.2
-pkgrel=1
+pkgrel=2
pkgdesc="A FireWire physical memory manipulation and hacking tool exploiting IEEE 1394 SBP-2 DMA."
url="https://github.com/carmaa/inception/"
arch=('x86_64' 'i686')
license=('GPL3')
-depends=('python' 'libforensic1394')
+depends=('python' 'python-libforensic1394')
optdepends=()
makedepends=('cmake' 'gcc')
conflicts=('inception-git')