summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b66ebf795858..fbaa425ffe1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: ChongChengAC <408173145@qq.com>
pkgname=extfstools-git
pkgver=r64.dc7c547
-pkgrel=1
+pkgrel=2
pkgdesc="Tools for extracting files from ext2,3,4 filesystem images"
arch=('any')
url="https://github.com/nlitsme/extfstools"
license=('MIT')
+provides=('extfstools')
depends=('gcc-libs')
makedepends=('git' 'cmake')
source=("git+https://github.com/nlitsme/extfstools.git")