summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a258a1c078ef..70191fbec35e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = peass-ng
license = MIT
makedepends = git
makedepends = github-cli
+ provides = peass-ng
conflicts = peass
source = git+https://github.com/carlospolop/PEASS-ng.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7e1c4e3be23e..4f07222ed324 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,7 @@ source=("git+https://github.com/carlospolop/PEASS-ng.git")
makedepends=('git' 'github-cli')
sha512sums=(SKIP)
conflicts=('peass')
+provides=('peass-ng')
pkgver() {
cd "${_base}"