summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsurefire2016-07-16 13:43:51 +0300
committersurefire2016-07-16 13:43:51 +0300
commitcd23302225a7bf8680100cf833c1674e6fc03f0a (patch)
tree85b0e5fb7b5b0412a86bf6bf78f8dac8fb2e3ee2
parente4b9270978d84b117141227c0cf2e172e0935bbd (diff)
downloadaur-cd23302225a7bf8680100cf833c1674e6fc03f0a.tar.gz
added provides
-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")