summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSM9()2023-09-23 20:42:48 +0100
committerSM9()2023-09-23 20:42:48 +0100
commit677a654eea3a6d26a4c9c5a3828946c8a3c17c66 (patch)
treeb6e4ca6b1163fc3c65fee13b5d42945c4e478ceb
parentc34a3abd77249bdde49ac3bdac34dd1488023c79 (diff)
downloadaur-include-what-you-use-git.tar.gz
Remove optdepends
Signed-off-by: Michael Bolden Jnr / SM9(); <me@sm9.dev>
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index edef0e367b7a..c6d5f1f3cb87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,6 @@ pkgbase = include-what-you-use-git
makedepends = ninja
depends = clang
depends = python
- optdepends = python: for the fix_includes.py script
provides = include-what-you-use
conflicts = include-what-you-use
source = include-what-you-use::git+https://github.com/include-what-you-use/include-what-you-use.git
diff --git a/PKGBUILD b/PKGBUILD
index b33c93e42b91..f23727f6b80d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,6 @@ url="https://include-what-you-use.org/"
license=('LLVM Release License')
depends=('clang' 'python')
makedepends=('git' 'cmake' 'ninja')
-optdepends=('python: for the fix_includes.py script')
provides=("${_pkgname}")
conflicts=("${_pkgname}")