summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwillemw122020-10-19 10:14:15 +0200
committerwillemw122020-10-19 10:14:15 +0200
commit680043a8d6e7de1a4f4bb2672a20de3c602a363c (patch)
tree570cc2c1c69b9b6245810b9b9d349d28fe03c1f9 /PKGBUILD
parent9a43e47f621a8afdcc27a7d50e119a4fdc93f663 (diff)
downloadaur-680043a8d6e7de1a4f4bb2672a20de3c602a363c.tar.gz
More detailed description
Pkgname rewrite
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 5 insertions, 6 deletions
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() {