summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50dc27f24053..2b68d487aa66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = extfstools-git
pkgdesc = Tools for extracting files from ext2,3,4 filesystem images
pkgver = r64.dc7c547
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nlitsme/extfstools
arch = any
license = MIT
makedepends = git
makedepends = cmake
depends = gcc-libs
+ provides = extfstools
source = git+https://github.com/nlitsme/extfstools.git
md5sums = SKIP
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")