summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77457b2e0cc6..9299121df8f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,8 @@ arch=("any")
url="https://github.com/stanfieldr/ghetto-skype"
license=("GPLv3")
depends=("electron" "hicolor-icon-theme" "npm")
-conflicts=("${_pkgname}")
+conflicts=('ghetto-skype')
+provides=('ghetto-skype')
source=("${pkgname}::git+https://github.com/stanfieldr/ghetto-skype.git"
"desktop"
"sh")