summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Ellison2022-02-13 15:10:53 -0600
committerThomas Ellison2022-02-13 15:10:53 -0600
commit46e1691a52bfa1d35014433042f1aa4f620a2a6f (patch)
tree3ec30c0ea30d7df70fae84d2fc798e24803b52b3
parent7a3119f35b8e0897f0b7ad0e5153e722d3e488c0 (diff)
downloadaur-46e1691a52bfa1d35014433042f1aa4f620a2a6f.tar.gz
fix incorrect name in provides
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f57503e92c04..c6cd3f6ee9f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = pw-git
depends = bash
depends = gnupg
depends = tree
- provides = pw
+ provides = pw-git
conflicts = pw
source = git+https://gitlab.com/thomasjlsn/pw
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b2561a9d0f0e..0de4fbdbf902 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('GPL3')
depends=(bash gnupg tree)
makedepends=(git make)
optdepends=()
-provides=(pw)
+provides=(pw-git)
conflicts=(pw)
source=("git+$url")
md5sums=("SKIP")