summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2020-07-03 18:25:45 -0400
committerGI_Jack2020-07-03 18:25:45 -0400
commit4bf2d5648622bd66a92a3c9b0a30b6a986f00c3a (patch)
treed61937c6d738a2462fb7faccb4f82f969db0672b
parentfb908387cef96c51634e73f553c10aa2d7b5ba33 (diff)
downloadaur-4bf2d5648622bd66a92a3c9b0a30b6a986f00c3a.tar.gz
fix spelling
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 713233e9d0e5..5c7807cb257a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,7 @@ pkgbase = python-pywerview-git
depends = python-pyopenssl
depends = python-beautifulsoup4
provides = python-pywerview
+ conflicts = python-pywerview
source = git+https://github.com/mpgn/pywerview.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ae494cdd6a34..0e12c1736772 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=r183.2fd83cf
pkgrel=1
pkgdesc="A (partial) Python rewriting of PowerSploit's PowerView.(Python3 fork)"
url="https://github.com/mpgn/pywerview"
-conflics=('python-pywerview')
+conflicts=('python-pywerview')
provides=('python-pywerview')
arch=('any')
license=('GPLv3')