summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChongChengAC2023-04-01 08:42:37 +0800
committerChongChengAC2023-04-01 08:42:37 +0800
commit4c4336968e436c9fee3b8b6fd1fa23ce8bf6a26b (patch)
tree6c1e20767eeefe854714fc0df307ce67a219c2c6 /PKGBUILD
parent970c83498451ec9d59113ed30ec200dc94d906a0 (diff)
downloadaur-extfstools-git.tar.gz
add provides
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")