summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshyam2023-09-05 00:28:50 +0530
committershyam2023-09-05 00:28:50 +0530
commit5721946c2f00396c74f5e48372053eb0283154ff (patch)
tree49ece2537d7fd1f19e0f045763dceff2c0b7f64b
parent11910b5e88807e74c003aa791b4fe391f4a9c5c2 (diff)
downloadaur-5721946c2f00396c74f5e48372053eb0283154ff.tar.gz
added provides
-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}"