summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84086541c46f..ceddf6baa5a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo(replacement shim) v8
-# Sat Aug 14 07:44:27 PM EDT 2021
+# Thu Sep 8 09:58:18 PM PDT 2022
pkgbase = inception
pkgdesc = A FireWire physical memory manipulation and hacking tool exploiting IEEE 1394 SBP-2 DMA.
pkgver = 0.4.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/carmaa/inception/
arch = x86_64
arch = i686
@@ -11,7 +11,7 @@ pkgbase = inception
makedepends = cmake
makedepends = gcc
depends = python
- depends = libforensic1394
+ depends = python-libforensic1394
provides = inception
conflicts = inception-git
source = https://github.com/carmaa/inception/archive/refs/tags/v0.4.2.tar.gz
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')