summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70f0e2eafd48..8512d5af4124 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = scalpel-git
- pkgdesc = A frugal, high performance file carver
+ pkgdesc = Recover files based on their headers, footers and internal data structures. This program is based on Foremost.
pkgver = r24.47815c2
pkgrel = 1
url = https://github.com/sleuthkit/scalpel
@@ -10,7 +10,7 @@ pkgbase = scalpel-git
depends = tre
provides = scalpel
conflicts = scalpel
- source = scalpel-git::git+https://github.com/sleuthkit/scalpel
+ source = scalpel-git::git+https://github.com/sleuthkit/scalpel.git
md5sums = SKIP
pkgname = scalpel-git
diff --git a/PKGBUILD b/PKGBUILD
index cd04a1c6e39a..a432e02ca816 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,18 @@
# Contributor: DrZaius <lou at fakeoutdoorsman dot com>
# Contributor: Adam Wolk <netprobe at gmail dot com>
-_pkgname=scalpel
-pkgname=$_pkgname-git
+pkgname=scalpel-git
pkgver=r24.47815c2
pkgrel=1
-pkgdesc="A frugal, high performance file carver"
+pkgdesc="Recover files based on their headers, footers and internal data structures. This program is based on Foremost."
arch=('i686' 'x86_64')
url="https://github.com/sleuthkit/scalpel"
license=('Apache')
depends=('tre')
makedepends=('git')
-provides=($_pkgname)
-conflicts=($_pkgname)
-source=($pkgname::git+https://github.com/sleuthkit/scalpel)
+provides=("${pkgname%-git}")
+conflicts=("${pkgname%-git}")
+source=($pkgname::git+$url.git)
md5sums=('SKIP')
pkgver() {